Learn R Programming

⚠️There's a newer version (0.8.2.1) of this package.Take me there.

rdrop2 (version 0.7.0)

Programmatic Interface to the 'Dropbox' API

Description

Provides full programmatic access to the Dropbox file hosting platform (dropbox.com), including support for all standard file operations.

Copy Link

Version

Install

install.packages('rdrop2')

Monthly Downloads

86

Version

0.7.0

License

MIT + file LICENSE

Maintainer

Karthik Ram

Last Published

July 30th, 2015

Functions in rdrop2 (0.7.0)

drop_get

Downloads a file from Dropbox
drop_media

Returns a link directly to a file.
drop_delta

Get a list of Deltas
drop_dir

drop_dir
drop_search

Returns metadata for all files and folders whose filename contains the given search string as a substring.
drop_move

Moves a file or folder to a new location.
drop_delete

Deletes a file or folder.
drop_upload

Uploads a file to Dropbox using PUT semantics.
drop_auth

Authentication for Dropbox
drop_copy

Copies a file or folder to a new location.
drop_history

Obtains metadata for all available revisions of a file, including the current revision.
drop_read_csv

drop_read_csv
drop_acc

Dropbox account information
drop_exists

Checks to see if a file/folder exists on Dropbox
drop_create

Creates a folder on Dropbox
%>%

Pipe operator
drop_share

Creates and returns a shared link to a file or folder.
get_dropbox_token

Retrieve Dropbox token from environment