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
HTTR v0.4 Unable to Run Google Auth Example #126
Comments
Which google auth example? |
I was using the Google demo example in this repository: I had the problem with an API wrapper library that I'm building for the DoubleClick API, but verified that I was having the same problem with the OAUTH demo code above. |
+1 same issue. Here's the code I use to connect: https://github.com/1beb/RGoogleDrive/blob/master/R/drive.auth.r |
Now works for me, so I've probably fixed the bug in the interim. |
Unfortunately I'm still getting the same error.
|
I've done some testing, and can see that this is only a problem when setting the following flag so that oauth_exchanger is mapped to authorizer (where is_interactive is not a param).
|
I've confirmed that was the problem and have submitted a PR: |
When I try to run the Google auth example, I get:
Error in authorizer(authorize_url, is_interactive) : unused argument (is_interactive)
This is not happening for me with HTTR 0.3 (R version 3.1.1) on OSX Mavericks.
But is happening with HTTR 0.4 on Ubuntu Trusty.
Traceback below:
The text was updated successfully, but these errors were encountered: