Created
February 11, 2013 02:00
-
-
Save ralphholzmann/4751963 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"uid": 47777, // Dropbox user ID | |
"stripeId": "cus_xxx", // Stripe customer ID, used for payments | |
"donationRedeemed": false, // Flag to determine if the user has redeemed a PayPal donation | |
"isNewPro": true, // Flag to determine if the user should be shown the "new pro" pop up | |
"joined": "2013-02-06T03:42:28.825Z", // Date the user joined | |
"lastActivity": "2013-02-06T16:05:47.797Z", // Date of the account's last activity | |
"pro": true, // Flag to determine if the account is a Pro account | |
"token": "xxxx", // Dropbox OAuth token | |
"tokenSecret": "xxxx", // Dropbox OAuth token secret | |
"addresses": [ // List of addresses the account has | |
{ | |
"localPart": "ralph_38cb", // Local part of the @sendtodropbox.com address | |
"isNewAddress": false, // Flag to determine if the user should be shown the "new address" pop up | |
"dateFormat": "LL", // Date format string | |
"overwrite": true, // Flag to determine if file transfers should be overwritten upon name collisions | |
"whitelist": ["*@gmail.com"], // List of whitelist tokens | |
"hasWhitelist": true, // Flag to determine if the address has whitelists enabled | |
"path": "fds", // String to determine the path of transfers | |
"html": false, // Flag to determine if the address should transfer HTML email bodies | |
"plain": false, // Flag to determine if the address should transfer plain text email bodies | |
"unzip": true, // Flag to determine if archives should be unzipped to Dropbox | |
"includeZip": true, // Flag to determine if the original zip file should also be transferred | |
"created": "2013-02-06T03:42:29.011Z" // Date the address was created | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment