Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Oauth | Access blocked: request is invalid error 400: invalid_request #375

Open
supervision opened this issue Jan 25, 2024 · 1 comment

Comments

@supervision
Copy link

The upload was working pretty nifty for the last 3 years,
but now I am running into a Google Oauth error:
Access blocked: request is invalid error 400: invalid_request

Did not changed anything in the shell script, which batch uploads the videos from the MacOS terminal.

I created new credentials and changed the old client_secrets.json,
but the error stays just the same.

Any help, gratefully received.

Bildschirmfoto 2024-01-25 um 21 11 58

@jdanosborne
Copy link

Yes, getting the same thing. Seems to be down to Google tightening up on Oauth2 and disallowing OOB authentication - follow the links in the Access blocked dialog for more info.

I'm going to switch to https://developers.google.com/youtube/v3/guides/uploading_a_video

Dan

rickumali added a commit to rickumali/youtube-uploader-python3 that referenced this issue Aug 7, 2024
This Python code is from:

    https://developers.google.com/youtube/v3/guides/uploading_a_video

This is also referenced here:

    tokland/youtube-upload#375

(I had been exploring tokland's code before deciding to based my
custom uploader on Google's.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants