powered by
This function behaves very similar to dropbox_share. The difference is that this bypasses the Dropbox webserver, used to provide a preview of the file, so that you can effectively stream the contents of your media.
dropbox_share
dropbox_media(cred, path = NULL, curl = getCurlHandle(), ...)
Specifies an object of class DropboxCredentials with Dropobox specific credentials.
Path to object on Dropbox.
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)
optional additional curl options (debugging tools mostly).
list with URL to R object and expiration date/time.
# NOT RUN { dropbox_media(db_cred, '/data/file.csv') # }
Run the code above in your browser using DataLab