1
Google最近轉移到了OAuth2.0,我們需要更改之前的身份驗證方式(即從ProgrammaticLogin
到OAuth2.0
)。Python - 使用Picasa創建相冊錯誤
我可以成功訪問相冊和讀取照片數據/評論。當我嘗試添加新相冊/照片或嘗試寫入數據時,出現以下錯誤。
client = PhotosService(email="xxxx")
...
...
...
#After successfull OAuth
album = client.InsertAlbum(title="Temp album", summary="My summary", access="public")
此行會導致以下錯誤。
File "/Users/mac/destipak/env/lib/python2.7/site-packages/gdata/photos/service.py", line 358, in InsertAlbum
raise GooglePhotosException(e.args[0])
gdata.photos.service.GooglePhotosException: (403, 'Forbidden', 'Modification only allowed with api authentication.')