youtube tag

17 questions


1 answers
266 views
0
Regarding the quota application for Youtube data API

Regarding the Youtube data API quota application, As a trial, I created the same program as the existing service and applied for it.For some reason, it was not allowed as a policy violation.Policy I.1...

1 years ago

1 answers
343 views
0
How to get the name of the YouTube channel in Tampermonkey

Prerequisites/What you want to achieveI want to be able to see only certain channels on youtube, so I try to get the name of the youtube channel on Tampermonkey (Javascript) and move the code to close...

1 years ago

1 answers
102 views
0
About uploading YouTube from php

https://developers.google.com/youtube/v3/code_samples/php?hl=ja#resumable_uploadsUsing the above URL as a reference, I am creating a program to upload videos to YouTube via php.You need to log in with...

1 years ago

2 answers
117 views
0
Rel=0 for hiding related videos does not work with Youtube embedded tags

Please help me.It may be a rudimentary thing, but ?rel=0 no longer works to hide related videos on YouTube embedded tags…It should have worked before…For some reason, the related video will be display...

1 years ago

1 answers
107 views
0
Unable to log in to YouTube with G Suite account

When I tried to log in to YouTube with the email address of my G Suite account, I said, I don't have access to YouTube.Ask your organization's administrator to grant you access.Please tell me the solu...

1 years ago

1 answers
97 views
0
Prohibit GAS Youtube Data Api Access

Hello I'd like to ask you about the error on YouTubeDataApi in GoogleAppsScript.I am writing a program on GAS that adds links to videos in spreadsheets to YouTube playlists.I got this error when I ran...


1 answers
106 views
0
I would like to know if there are any usage restrictions (quota) for the YouTube Analytics API and Reporting API.

The official documentation link to the YouTube Analytics API and Reporting API was also broken and I could not understand it.The Youtube Data API has a limit of 10,000 kilometers per day, but if you k...

1 years ago

1 answers
90 views
0
iOS app using youtube_player_flutter is rejected

I created an app to play youtube videos on flutter and submitted it to the review, but it was rejected for the following reasons:The app I created only has the function of playing videos, but it was r...


1 answers
95 views
0
Is it okay to follow the robots.txt on YouTube and access it from the program?

Creating a BOT to regularly access YouTube using Python requestsYouTube's terms and conditions say something like thisTerms of Service: https://www.youtube.com/static?template=terms&hl=en&gl=U...


1 answers
67 views
0
"content_scripts" does not respond when page changes

I'm creating extensions for YouTube, and I wrote the following in manifest:content_scripts:[ { matches: [ https://www.youtube.com/* ], js: [ content_script.js ] }],When I opened the youtube.com ...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.