Learn R Programming

rDrop (version 0.3-0)

dropbox_acc_info: Retrieve Dropbox account summary

Description

Retrieve Dropbox account summary

Usage

dropbox_acc_info(cred, curl = getCurlHandle(), ...)

Arguments

cred

An object of class DropboxCredentials with Dropobox specific credentials.

curl

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).

Value

list containing

referral link

Dropbox referral link.

display_name

Dropbox display name

uid

Dropbox user id

country

Dropbox country

quota_info

Information on shared, quota, and normal.

email

Dropbox user email

See Also

related: dropbox_auth

Examples

Run this code
# NOT RUN {
dropbox_acc_info(db_cred)
# }

Run the code above in your browser using DataLab