The DevExpress ASP.NET File Manager (ASPxFileManager) supports the most popular cloud services, including Dropbox. In this demo, the File Manager's ProviderType property is set to Dropbox and its CloudProviderRequest event is handled to trace every request to the Dropbox Service in an event monitor.
To connect the ASPxUploadControl to Dropbox cloud storage, register a Dropbox account in the global.asax file using the RegisterDropbox method and then specify the following settings provided by the SettingsDropbox property.
- The AccountName: Specifies the name of a Dropbox account.