This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
How to get access_token and refresh_token for the target channel(which the video will be uploaded to) #21
Unanswered
SecondGithub12138
asked this question in
Q&A
Replies: 1 comment
-
Would love to know the answer to this too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tried OAuth 2.0 Playground for the target channel.
Get this error:
googleapiclient.errors.ResumableUploadError: <HttpError 403 when requesting None returned "The request cannot be completed because you have exceeded your quota.". Details: "[{'message': 'The request cannot be completed because you have exceeded your quota.', 'domain': 'youtube.quota', 'reason': 'quotaExceeded'}]">
Ask after I checked to make sure that I have enough quota.
And when switch back to authenticate() [no params] way. It works fine
Beta Was this translation helpful? Give feedback.
All reactions