!!Dropbox
\\
__Dropbox Integration Overview__:\\

__Restrictions !!!__:\\
• __No Resume Support for Uploads__: The Dropbox REST API does not natively support resumable uploads for partially transferred files in a way that is compatible with CrushFTP’s integration capabilities.\\
• __No Support for MDTM (File Modification Time) Changes__:
The API does not allow direct modification of a file’s metadata, including the file modification time (mdtm). When files are created or updated, the modification time is automatically managed by Dropbox.\\
 \\
 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 (!!!)__:\\
__ Dropbox Business User Email: __Enter the team member’s email address associated with the __Dropbox Business__ account. Team folders will be accessed on behalf of this user.\\
\\
The password should be filled in, and you can proceed to test the connection:\\
[attachments|dropbox_vfs_registration_finish.png]\\