-
Notifications
You must be signed in to change notification settings - Fork 2k
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
redirect_uri_mismatch #39
Comments
Can you please try with the dev version of httr? ( |
In RStudio, this didn't work for me. So I tried it in just a standard terminal and R complained about not having Rook and httpuv installed. After installing, I was able to get the redirect and the token to set properly. In RStudio, if I manually call Rook and httpuv, this works as expected. Without calling those libraries either the redirect fails (uri mismatch) or the authorization redirects to 404. |
It works fine for me in a clean rstudio session. Can you please provide a reproducible example? |
Haven't been able to produce it since I installed the dev version of httr, hopefully it was just a stale loaded version of httr that was causing the issue. |
Trying to manipulate your Google API demo for use with the Google Docs API. I can't seem to get past the point of defining
cred
.Everything "seems" to work fine:
A browser window asking for authorization pops up, and then an otherwise blank page loads saying "Authentication complete - you can now close this page and return to R.".
However, looks at
cred
, I see:I'm not at all familiar with OAuth, but would be happy to debug upon instruction.
The text was updated successfully, but these errors were encountered: