-
Notifications
You must be signed in to change notification settings - Fork 59
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
drop_create() authentication error #68
Labels
Comments
Looking into this @nadeem-mojo |
Same problem here! |
I think it worked with R3.5 and breaks with 3.6, but I am not sure |
simple workaround:
|
jcolomb
added a commit
to jcolomb/rdrop2
that referenced
this issue
Jul 8, 2019
I hope it makes it easier to understand and it insist on the problems with drop_create (see karthik#68 )
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using several functions from rdrop2 package on in a shiny app. I am using a rds token file for authentication purpose. All the functions work well apart from drop_create().
Same issues arises on RStudio server also. Every other function works but re-authentication is required when I use drop_create().
Furthermore the authentication also doesn't work, I have set
httr_oob_default = TRUE
but when I go to the url generated for authentication token, I get a 400 error with the message:If I do the same on RStudio desktop, drop_create() works perfectly with the same token. Can someone guide me if I am missing anything here?
The text was updated successfully, but these errors were encountered: