| drop_acc | R Documentation |
Fields returned will vary by account;
drop_acc(dtoken = get_dropbox_token())
dtoken |
The Dropbox token generated by |
Nested list with elements account_id,
name (list), email, email_verified, disabled,
locale, referral_link, is_paired, account_type
(list).
If available, may also return profile_photo_url,
country, team (list), team_member_id.
## Not run:
acc_info <- drop_acc()
# extract display name
acc_info$name$display_name
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.