有没有一种方法可以邀请用户使用API​​管理YouTube?

时间:2020-04-10 07:59:31

标签: youtube youtube-data-api google-api-python-client youtube-api

有一种方法可以手动完成(https://support.google.com/youtube/answer/4524878?hl=en)。

但是我想借助api调用来做到这一点。

例如:

在Google Analytics(分析)中,我们使用以下命令通过Google Analytics(分析)API调用来插入用户进行管理。

files = analytics.management().accountUserLinks().insert(
              accountId = account_id,
              body={
                'permissions': {
                  'effective' : ['READ_AND_ANALYZE'],
                  'local': ['EDIT','MANAGE_USERS']
                },
                'userRef': {'email': 'xyz@gmail.com'}
                }).execute()

0 个答案:

没有答案