We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
CFUser
9 years agoNew member | Level 2
Coldfusion File Write
We currently have a process that uses a Coldfusion web application to copy files that are submitted on our website to a local network share that we maintain. We are anticipating moving to a Dropbox Pro account for some of our files though and would like to migrate that process to Dropbox. Unfortunately our web server is on a shared commercial site so we don't have the ability to install anything special such as the regular Dropbox application that creates a drive letter on the box. Has anyone had any success getting Coldfusion to write a file to a Dropbox account (probably using CFFILE or CFHTTP)? Is there a SIMPLE example or instructions anywhere that we can see? Again, we don't need anything fancy...just a simple single file upload. Please let us know. Thanks!
1 Reply
- Greg-DB9 years ago
Dropbox Community Moderator
I don't have a example of using the Dropbox API with ColdFusion unfortunately, but perhaps someone else on the forum does.
For reference, to upload a file using the Dropbox API, you can use the /2/files/upload endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
There's a curl example there that may serve as a useful example for translating to ColdFusion.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 2 days ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!