function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ravikant kediaRavikant kedia 

How we can upload file on DropBox

I want code for to upload file on dropbox using httprequest and httpresponse after authentication and getting access point.
Best Answer chosen by Ravikant kedia
Sonam_SFDCSonam_SFDC
Hi Ravikanth,

Did you get a chance to go through the Dropbox API guide? I believe you will have to go through it and use its WSDL(if available) in Salesforce so that you can upload documents on Dropbox..

I'd suggest you the following:
https://www.dropbox.com/developers/reference/devguide

All Answers

Sonam_SFDCSonam_SFDC
Hi Ravikanth,

Did you get a chance to go through the Dropbox API guide? I believe you will have to go through it and use its WSDL(if available) in Salesforce so that you can upload documents on Dropbox..

I'd suggest you the following:
https://www.dropbox.com/developers/reference/devguide

This was selected as the best answer
Dejan CvetkoskiDejan Cvetkoski
Anyone help if you finished with that. Thanks
Naveen KNNaveen KN
A detailed post on integrating Salesforce with Dropbox

https://www.codekiat.com/2019/07/salesforce-dropbox-integration-a-complete-guide.html

--
Naveen K N