Hello, Are you using one of the client libraries? It doesn't sound like you are attaching the auth token correctly, so you get that error message.
Can you send an example of the code or requests that you are making? The request headers would be great if you have access to them, or the full request you make. Any of the code you use would also be useful, if you scrub it for personal information like client IDs and such. Thank you, -Mike -m.e. On Fri, Sep 7, 2012 at 5:22 AM, abhishek trivedi <[email protected]>wrote: > Hi Geeks, > > My Picasa implementation with version 1.0 api suddenly stopped working > which was working great previously. I am able to get access token > successfully but when I try to fetch Album listing using " > https://picasaweb.google.com/data/feed/api/user/default" call I am > getting "Authentication required" error. Moreover if I hard code the > "default" parameter in above request with actual userID I am getting my > album listing working. Picasa web album data api version 1.0 clearly > mentions that:- > > "*The string "default" can be used in place of a real userID, in which > case the server will use the userID of the user credentials used to > authenticate the request.*" > > And It seems google only share access token with us and there is no way to > get userID then how should I resolve this issue. I am just wondering how > come a working code stopped suddenly. Please help me. > > -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-picasa-data-api/-/KYIJItrEGC0J. > 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-picasa-data-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" 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-picasa-data-api?hl=en.
