Nevermind. I was trying to use the same scape url in GenerateAuthSubURL for both the get and post requests. That obviously wouldn't work ... this makes me wonder though. Does this mean even though I don't have to authentication multiple times as a user, but if i want to do two different interactions with the blog through the api like getting a list of blogs, and creating new entries, I'd have to grant access separately for all these actions? Seems a bit tedious and not so user friendly. I mean if I'm giving the application blogger access I want to just do it once. Why should I have to grant permission for every unique url I want to access through the blogger api?
Jillian On Apr 7, 11:08 am, Jillian <[email protected]> wrote: > Hi All, > I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entry to one of the logged in user's blogs: > > "User does not have permission to create new post" > > I'm running on app engine. Has anyone had similar problems? What's the > solution? I'm logged in to the application and have granted permission > to the application. > > Jillian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
