跳至内容
Python 俱乐部
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
google:gdata:start
====== Google gdata ====== ===== oauth2 ===== * https://developers.google.com/api-client-library/python/auth/web-app * http://google.github.io/oauth2client/ * Example: http://stackoverflow.com/questions/13812813/oauth2-authentication-in-gae-accessing-calendar-api-v3-domain-hosted <code> # http://stackoverflow.com/questions/15493062/store-access-token-from-google-oauth-2-0-to-access-drive-data-from-application-a oauth2client.appengine.StorageByKeyName: from oauth2client.keyring_storage import StorageByKeyName from oauth2client.keyring_storage import CredentialsNDBModel ... storage = StorageByKeyName(CredentialsNDBModel, some_user_id, 'credentials') storage.put(credentials) ... credentials = storage.get() </code>
google/gdata/start.txt
· 最后更改: 2015/07/02 14:21 (外部编辑)
页面工具
显示页面
修订记录
反向链接
回到顶部