Unable to find Picasa Web Albums Data API in developer console

754 views Asked by At

I am trying to enable the Picasa Web Albums Data API on the developer console. The problem is I couldn't find it. When I went to the API Explorer to test the scope query, I couldn't find that API either https://developers.google.com/apis-explorer.

2

There are 2 answers

0
abraham On BEST ANSWER

As I understand it the API is too old to support the developer console or the APIs explorer. Once you have a client ID/key you can just start using the API as documented.

0
Michael Holtstrom On

I had a similar problem. I concluded it was due to a recent change how google handles apps. My app was created in the old console (https://code.google.com/apis/console). I created a new project in the new console and used that clientId/clientSecret for my OAuth, then my picasa access started working again. Full details posted here: http://holtstrom.com/michael/blog/post/522/Google-OAuth2-with-PicasaWeb.html