Error 403 - Insufficient Permission
Piyush Jain <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
I have a desktop application configured with Blogger API, it was running
smoothly from last 5 months.....Till today morning everything was working
fine but after 11:00(IST) that I am getting 403 Error...
Please help....
See the details below I have tried this with web interface
https://developers.google.com/blogger/docs/3.0/reference/posts/insert#try-it
POST
https://www.googleapis.com/blogger/v3/blogs/3230447857892450065/posts?fields=author%2Furl&key={YOUR_API_KEY}
Content-Type: application/json
Authorization: Bearer
ya29.AHES6ZRWo291uAuA1ESKot0UAqujrusZn685arThRKRq00LZL_S9xw
X-JavaScript-User-Agent: Google APIs Explorer
{
"title": "test this",
"content": "content here"
}
Response
403 Forbidden
- Show headers -
{
"error": {
"errors": [
{
"domain": "global",
"reason": "insufficientPermissions",
"message": "Insufficient Permission"
}
],
"code": 403,
"message": "Insufficient Permission"
}
}
--
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/groups/opt_out.