dropbox_acc_info: Retrieve Dropbox account summary

Description Usage Arguments Value See Also Examples

Description

Retrieve Dropbox account summary

Usage

1
  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

1
2
3
4
## Not run: 
dropbox_acc_info(db_cred)

## End(Not run)

karthik/rDrop documentation built on May 20, 2019, 7:22 a.m.