I have been using Google's Picasa API successfully from last 6 months or 
so. Today I have started getting an error

    raise GooglePhotosException(e.args[0])GooglePhotosException: (403, 
'Forbidden', 'Authorization required')

I checked my credentials.

    self.gd_client = gdata.photos.service.PhotosService()
    self.gd_client.email = EmailOfTheUploadingPictureAccount
    self.gd_client.password = PasswordOfTheAccount
    self.gd_client.source = 'destipak' #Not sure about that
    self.feed_url = "/data/feed/api/user/"
    self.entry_url = "/data/entry/api/user/"
    self.gd_client.ProgrammaticLogin() 

I just want to upload photos on my this account using the api. 

Everything was working well since yesterday. Anyone has any clues?

-- 
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.
  • [PWA API] 403 Forbidde... Awais Jibran

Reply via email to