!!Dropbox
\\
 Dropbox supports external integration through an HTTP-based REST API. \\
 __''Restriction:'' __Dropbox REST API does not support resume on upload and mdtm(File modification time) changes.\\
 \\
 Generate an api key using : https://www.dropbox.com/developers/apps?_tk=pilot_lp&_ad=topbar4&_camp=myapps\\
 - the redirect url must be added like : https://www.example/?command=register_dropbox_api, it also need to end with "?command=register_dropbox_api".\\
[attachments|dropbox_api_registration.png]\\
\\
__Grant permissions for your api key: __\\
[attachmentsApp permis|dropbox_permissions.png]\\
\\
[Dropbox Integration/personal_account_permissions.png]\\
\\
__Dropbox Business Account:__\\
\\
Grant the necessary permissions for team folders.\\
__!!! Important__:
* Only users with the __Team Admin__ role can configure these settings.\\
* The __members.read__ permission is required for Dropbox Business accounts.\\
\\
[Dropbox Integration/business_acount_team_permissions.png]\\
\\ 
Now that the API is enabled, and your credentials are setup, and your redirect domain is configured, you can use the credentials in CrushFTP to get your Dropbox auth token and get access.\\
In the User Manager, add a new remote VFS item type and set the protocol to be "Dropbox".\\
Take your Dropbox App key and App secret and combine them together with a tilde as separator:\\
\\
{{{
ap_key: ew7XXXXXXXXXXo6o
ap_secret: by78XXXXXXXvW4h
}}}
results in:
{{{
ew7XXXXXXXXXXo6o~by78XXXXXXXvW4h
}}}
\\
That entire string will serve as your __Username__ for Dropbox://.\\
Paste it into the Username field, then click __Get Access Token__ to complete the configuration.\\
[attachments|dropbox_vfs_before_setup.png]\\
\\
Grant access to CrushFTP in the newly displayed form.\\
[attachments|dropbox_allow_app.png]\\
\\
For __Dropbox Business Accounts__:\\
Enter the team member’s email address associated with the __Dropbox Business__ account. Team folders will be accessed on behalf of this user. Ensure this is the same user who __authorized CrushFTP__ to access the cloud storage, as their credentials are required to manage and interact with the team folders.\\
The password should be filled in, and you can proceed to test the connection:\\
[attachments|dropbox_vfs_registration_finish.png]\\