python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to update a Youtube channel's name and icon with YouTube API in Google Apps Script
Code:
const keywords=["keyword1","keyword2","keyword3"];
function updateChannel() {
var channels=YouTube.Search.list("snippet",{
q:keywords[Math.floor(Ma...
user18712810
Votes: 0
Answers: 0
Internal Use of YouTube API Oauth does not allow Brand Account [youtube-data-api]
We have a desktop application that uses OAuth2 for our internal users to upload customer videos to our YouTube Channel. When setting the OAuth Consent to INTERNAL, we recieve an error when trying to u...
Abbie Mashaal
Votes: 0
Answers: 0
This app is blocked This app tried to access sensitive info in your Google Account
I am having trouble with the error shown in the image. Does anyone know how to solve this problem?
I would like to obtain a refresh token to use the "YouTube Data API v3".
I tried the follo...
user18642320
Votes: 0
Answers: 0
not included the authorities what I need in google oauth scope
hello I'm a novice in google api.
I already inserted youtube api authorities in this page https://console.cloud.google.com/apis/credentials/consent.
and then when I check google oauth page, it doesn't...
Joonseo Lee
Votes: 0
Answers: 1