I was nearly at the point of forking this API but I stumbled upon a post by Jay Lee on stackoverflow http://stackoverflow.com/a/21468060 <http://stackoverflow.com/a/21468060> and made a quick change to support oauth2. As long as I declare PhotosService w/ that additional_headers argument ala
self.pws = gdata.photos.service.PhotosService(source=user_agent, <https://github.com/mspjoe/SyncIpy/blob/master/SI_google.py> email=self.cfg['email'], <https://github.com/mspjoe/SyncIpy/blob/master/SI_google.py> additional_headers={'Authorization' : 'Bearer %s' % credentials.access_token}) <https://github.com/mspjoe/SyncIpy/blob/master/SI_google.py> the api works fine. Good luck to you. -- 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.
