Unfortunately, programmatic login was disabled for APIs last month, and will not work anymore. You'll need to update your code with Oauth 2 authentication.
Thank you, and sorry for the trouble. On Wed, May 27, 2015 at 10:00 AM Awais Jibran <awaisdar...@gmail.com> wrote: > 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 google-picasa-data-api+unsubscr...@googlegroups.com. > To post to this group, send email to > google-picasa-data-api@googlegroups.com. > 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 google-picasa-data-api+unsubscr...@googlegroups.com. To post to this group, send email to google-picasa-data-api@googlegroups.com. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.