Re: Error 403 - Insufficient Permission
Kyle Colyer <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
Lots of people having these issues. Even does the same in OAuth Playground,
just a case of waiting for it to be fixed I guess.
On Wednesday, September 11, 2013 3:43:26 PM UTC+1, Piyush Jain wrote:
>
> 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}<https://www.googleapis.com/blogger/v3/blogs/3230447857892450065/posts?fields=author%2Furl&key=%7BYOUR_API_KEY%7D>
>
> 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.