-
Notifications
You must be signed in to change notification settings - Fork 17
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
dropbox_auth() having issues with verify #2
Comments
Thanks for catching this. Remove the current version of
Then |
Ah brilliant! that works thanks! was going to say perhaps the README markdown file should be updated but have just seen that you have already done that! Cool. On a separate note, when using the
|
Glad it works! I've updated the README also. Re: db.read.csv, I have not fully fleshed out that function and may have included that removal during some testing phase. I'll get it fixed up shortly. Thanks for catching that too. Cheers! On Thursday, September 13, 2012 at 3:05 PM, hmaeda wrote:
|
Nice package btw, I'm surprised you haven't put it up on CRAN, or is it a bit too much of a commitment to maintain? |
No. We cannot put it on CRAN without all dependencies also being on CRAN. Just waiting on ROAuth to get updated and we'll get it on there asap! On Thursday, September 13, 2012 at 3:15 PM, hmaeda wrote:
|
I seem to be going backwards actually now the have a look at this output...this was done after removing both ROAuth and also rDrop packages. The keys in my .Rprofile page are accurate...so im a bit confused as to why this is happening...
|
dropbox_credentials <- dropbox_auth()
Error in if (verify) { : argument is not interpretable as logical
with a traceback that looks like:
2: handshake(dropbox_oa, post = FALSE, verify = paste("Use the Web browser to grant permission to this code", "to access Dropbox on your behalf.\nWhen you see 'Success!', hit enter in R", sep = "\n")) at dropbox_auth.r#48
1: dropbox_auth()
The text was updated successfully, but these errors were encountered: