You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear rDrop developers, after some effort I managed to make rDrop work using paleo13's suggestion in this thread: #4. Dropbox_save works using the 'curl=h' addition at the end. But when I try
Update. I managed to circumvent this error by using another way to get dropbox_auth to work (also in the thread I mentioned). But now I run into another problem, if I do
a <- 1:4
b <- 5:8
c <- data.frame(a,b)
dropbox_save(dropbox_credentials, c, file='c')
package <- unserialize(dropbox_get(dropbox_credentials, file='c.csv'))
share <- dropbox_share(dropbox_credentials, 'c.csv')
Package and share both return this error:
Error in data.frame(rev = "260eb05338c6f", thumb_exists = FALSE, path = "/c.rda", :
arguments imply differing number of rows: 1, 0
I have tried several different files and file types.
Dear rDrop developers, after some effort I managed to make rDrop work using paleo13's suggestion in this thread: #4. Dropbox_save works using the 'curl=h' addition at the end. But when I try
I get this error
Error: Bad Request
< HTTP/1.1 400 Bad Request
< Server: nginx
What can I do to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: