Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/mongodb/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Youtube api Youtube API身份验证-多个作用域_Youtube Api - Fatal编程技术网

Youtube api Youtube API身份验证-多个作用域

Youtube api Youtube API身份验证-多个作用域,youtube-api,Youtube Api,可以一次授权多个作用域的youtube API吗?(和)是。您可以使用多个作用域进行授权。如果您的应用程序可以执行多个操作,则需要添加相关的作用域,以便可以对用户进行身份验证,并且您的应用程序可以执行所需的操作 多个作用域可以作为空格分隔的列表给定 根据身份验证流 SCOPE Required. A space-delimited list of scopes that identify the resources that your application could acce

可以一次授权多个作用域的youtube API吗?(和)

是。您可以使用多个作用域进行授权。如果您的应用程序可以执行多个操作,则需要添加相关的作用域,以便可以对用户进行身份验证,并且您的应用程序可以执行所需的操作

多个作用域可以作为空格分隔的列表给定

根据身份验证流

 SCOPE      Required. A space-delimited list of scopes that identify the resources that 
 your application could access on the user's behalf. These values determine 
 which permissions are listed on the consent page that Google displays to the user.