Google GMail API Access Not Configured Via Android App -


i trying follow https://developers.google.com/gmail/api/quickstart/android

to talking gmail api google play. have created project, credential using sha1 debug.keystore file. have double checked package name correctly matching. have verified android studio signing w/ debug.keystore. still getting access not configured when trying run example code. have ideas?

i guess, if have ended following documentation, issue be:

the build.gradle file in app module, there, package name should point different 1 , not yours. cross check.

also try adding couple of other apis well, contacts , google+ apis in console.

it working me!


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -