Is this even being updated anymore? Getting error...

 The page you have requested cannot be displayed. Another site was requesting access to your Google Account, but sent a malformed request. Please contact the site that you were trying to use when you received this message to inform them of the error. A detailed error message follows:

    The "scope" parameter was bad or missing. 

seems like a change was made to the API that isn't being handled right?

Comments

gaëlg’s picture

Subscribing

gaëlg’s picture

Status: Active » Needs work

I tried adding =http%3A%2F%2Fpicasaweb.google.com%2Fdata%2F next to &scope in the url of the error page, and it seems like it works.

Infos : http://code.google.com/intl/fr/apis/picasaweb/docs/1.0/developers_guide_...

It should be easy to edit the module. When I'll find a bit of time...

gaëlg’s picture

Status: Needs work » Needs review

In picasa_photo.module and picasa_album.module, each time google_auth_required is called, the parameter should be the scope string. So "->scope" has to be removed from :

$google_auth->scope = 'http://picasaweb.google.com/data/';
  google_auth_required($google_auth);