!!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]\\
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 whole long string becomes your "Username" to Dropbox://.\\
Copy and paste it into the Username field. Then click "Get Access Token" to finish the config.\\
[attachments|dropbox_vfs_before_setup.png]\\
\\
Allow access for your CrushFTP on the appeared new form.\\
[attachments|dropbox_allow_app.png]\\
\\
The password should be filed in, and you can test the connection :\\
[attachments|dropbox_vfs_registration_finish.png]\\