File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1416
1416
"$ref" : " Cuepoint"
1417
1417
},
1418
1418
"scopes" : [
1419
+ " https://www.googleapis.com/auth/youtube" ,
1420
+ " https://www.googleapis.com/auth/youtube.force-ssl" ,
1419
1421
" https://www.googleapis.com/auth/youtubepartner"
1420
1422
]
1421
1423
},
3829
3831
}
3830
3832
}
3831
3833
},
3832
- "revision" : " 20221026 " ,
3834
+ "revision" : " 20221220 " ,
3833
3835
"rootUrl" : " https://youtube.googleapis.com/" ,
3834
3836
"schemas" : {
3835
3837
"AbuseReport" : {
Original file line number Diff line number Diff line change @@ -9094,7 +9094,11 @@ export namespace youtube_v3 {
9094
9094
* async function main() {
9095
9095
* const auth = new google.auth.GoogleAuth({
9096
9096
* // Scopes can be specified either as an array or as a single, space-delimited string.
9097
- * scopes: ['https://www.googleapis.com/auth/youtubepartner'],
9097
+ * scopes: [
9098
+ * 'https://www.googleapis.com/auth/youtube',
9099
+ * 'https://www.googleapis.com/auth/youtube.force-ssl',
9100
+ * 'https://www.googleapis.com/auth/youtubepartner',
9101
+ * ],
9098
9102
* });
9099
9103
*
9100
9104
* // Acquire an auth client, and bind it to all future calls
You can’t perform that action at this time.
0 commit comments