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
Post a Comment