build_custom_app.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:kiwix-build 作者: kiwix 项目源码 文件源码
def __init__(self, options):
        scope = 'https://www.googleapis.com/auth/androidpublisher'
        key = options.google_api_key
        credentials = ServiceAccountCredentials.from_json_keyfile_name(
            key,
            scopes=[scope])

        http = httplib2.Http()
        http = credentials.authorize(http)

        self.service = build('androidpublisher', 'v2', http=http)
        self.packageName = options.package_name
        self.edit_id = None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号