I see the same thing happening. When I use my JS-library (PWI) it blocks on the API request, and the Javascript console reports:
Refused to execute script from 'http://picasaweb.google.com/data/feed/api/user/obsdewilgenhoek?kind=album&access=public&alt=json&thumbsize=150c&callback=jQuery17108087620214330484_1409087680797&_=1409087680871' <http://picasaweb.google.com/data/feed/api/user/%3C%3Cblahblah%3E%3E'> because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. I then tried to load the URL directly, and the it was redirected to the authentication-URL, which redirected to the original URL, and showed the JSON contents. After that I tried reloading the original page with the JS-library and now it works. I also cannot get it to happen again. But having to reload the picasaweb URL manually is not a solution for normal users. When I tried this with IE and FF this problem did not occur. BTW: I refer to a public Picasaweb account, which always worked without any problem. Regards, Johan Borkhuis On Tuesday, August 26, 2014 6:13:36 PM UTC+2, Mike Erickson wrote: > > What kind of authentication do you use? > > On Tue Aug 26 2014 at 9:12:47 AM Heikki Halmetoja <[email protected] > <javascript:>> wrote: > >> Yesterday the api stopped working for me in my application. >> I can use it in oath playground but in my app I always get a response >> "authentication needed". >> I have changed nothing and picasa web api has been working for 2 year for >> me now. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Picasa Web Albums API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/google-picasa-data-api >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" 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/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.
