tokland / shoogle

Use the Google API from the shell
GNU General Public License v3.0
97 stars 14 forks source link

Failed authorization: Error 400: invalid_request #18

Open Nemem9aa opened 1 year ago

Nemem9aa commented 1 year ago

Hi, Im using Shoogle in my bash scripts to upload videos to youtube for years. Tried to move scripts to new computer and therefore it needs new authentication. Im using cli version (web based is broken ... it needs qt4 which is not available on newer systems) however after pasting link into browser google spits error message: Access blocked: youtube-upload’s request is invalid .... Error 400: invalid_request

After some searching I found this: https://stackoverflow.com/questions/71318804/google-oauth-2-0-failing-with-error-400-invalid-request-for-some-client-id-but

Seems this way of authentication is depreciated. (???)

Is there any workaround for this problem?