Re: Acquiring the Dropbox Folder Path -- was: Re: Error -10000 for one user (Nigel Garvey)
Re: Acquiring the Dropbox Folder Path -- was: Re: Error -10000 for one user (Nigel Garvey)
- Subject: Re: Acquiring the Dropbox Folder Path -- was: Re: Error -10000 for one user (Nigel Garvey)
- From: Olof Hellman <email@hidden>
- Date: Sat, 23 Apr 2016 12:57:17 -0700
Ed Stockly asks:
> Is it possible to have more than one dropbox folder? How does that work?
> What does the info file look like if you have more than one?
>
One can have multiple Dropbox folders if you have an email address associated with a “Dropbox Business” account and also a separate personal email associated with a regular Dropbox account (Pro or Basic).
One of your Dropbox folders is called “Dropbox (Personal)” and the other is called “Dropbox (<BusinessName>)”. The json file is what you expect: If you worked at Cupcake Corporation and you had your Cupcake Corporation Dropbox linked to your computer, the file would look like:
{
"personal":
{
"path": "/Users/ed/Dropbox (Personal)",
"host": 1234567890,
"is_team": false,
"subscription_type": “Pro"
},
"business":
{
"path": "/Users/ed/Dropbox (Cupcake Corporation)",
"host": 1234509876,
"is_team": true,
"subscription_type": "Business"
}
}
- Olof
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden