Skip to content

dropbox_save() does not handle large files well #1

@karthik

Description

@karthik
df <- data.frame(x = rnorm(100000)) 
dropbox_save(token, df, file = "large_data.rda") 
Error in fromJSON(OAuthRequest(cred, url, , "PUT", upload = TRUE, readfunction = input,  : 
  error in evaluating the argument 'content' in selecting a method for function 'fromJSON': Error in function (type, msg, asError = TRUE)  : Empty reply from server
Calls: OAuthRequest ... oauthCommand -> curlPerform -> .Call -> <Anonymous> -> fun
Calls: dropbox_save -> fromJSON

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions