Can you give an example code like in the link for OAuth 2 authentication? 
I just want to upload photos on my account. I do not want users to singin 
from their google accounts. May a link would be helpful where i can start 
looking.


On Wednesday, May 27, 2015 at 10:07:38 PM UTC+5, Mike Erickson wrote:
>
> 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 <[email protected] 
> <javascript:>> 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 [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.

Reply via email to