GoogleAuthUtil returns an invalid token for accessing Blogger api
Raymund Catahay <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
I have the access for blogger API in my console and I've created the credentials for my android app. I also use this scope: *String SCOPE ="oauth2:https://www.googleapis.com/auth/blogger";* for accessing: *GoogleAuthUtil.getToken(context, "[email protected]", SCOPE);* But whenever i tried to access *https://www.googleapis.com/blogger/v3/users/self/blogs* I always get: *{* * "error": {* * "errors": [* * {* * "domain": "usageLimits",* * "reason": "accessNotConfigured",* * "message": "Access Not Configured. The API (Blogger API) is not enabled for your project. Please use the Google Developers Console to update your configuration.",* * "extendedHelp": "https://console.developers.google.com"* * }* * ],* * "code": 403,* * "message": "Access Not Configured. The API (Blogger API) is not enabled for your project. Please use the Google Developers Console to update your configuration."* * }* *}* Anyone knows a solution for this? -- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/bloggerdev. For more options, visit https://groups.google.com/d/optout.