-
Notifications
You must be signed in to change notification settings - Fork 285
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
Getting a 'Error 400: invalid_request' on first invocation #170
Comments
Digging into this a little, I found this stack overflow discussion about this, which seems relevant, explaining that this error is because of a deprecated use of OAuth: https://stackoverflow.com/questions/71318804/google-oauth-2-0-failing-with-error-400-invalid-request-for-some-client-id-but I think the redirect_url isn't right (it's currently set to |
Looking at my I think I should generate a credentials with a different redirect_uris - but I'm not sure how to do that. |
@bugok any updates on your end? |
@mlavina: No, I couldn't get this to work :( |
The workaround shown in the answer works for md2googleslides too. Because the problem is coming from Then it will redirect you to |
@k0kubun: That workaround worked! Thanks! (I still think I should keep the issue open, as the current source doesn't seem to work) |
Same problem here, I applied the workaround, but I am getting a new error "This App tried to access sensitive content..." App is blocked! |
Following the installation instructions in #95 I was able to get passed the OAuth issue by installing using
npm install googleworkspace/md2googleslides
, but I hit another issue right after invoking~/node_modules/md2gslides/bin/md2gslides.js
for the first time:(For searching purposes, I see this text in the bottom part of the error: 'redirect_uri: urn:ietf:wg:oauth:2.0:oob')
I followed the instructions in the README.md file.
I've setup a new google cloud project for this, trying to follow the defaults - but maybe I got something wrong there?
Thanks.
The text was updated successfully, but these errors were encountered: