You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Impulsum Support
2 years agoNew member | Level 2
File got corrupted while uploading in chunks to dropbox using API calls.
Hi Team, Using Apex code, I tried to upload a large (>5MB) file in chunks, But the file is getting corrupted always. Please help me. Below is the code. public class relatedFile { public Stri...
Impulsum Support
New member | Level 2
Here I am uploading Base64 encoded file to dropbox, But the file is getting corrupted. Can you please help me out here.
Greg-DB
2 years agoDropbox Staff
Impulsum Support The Dropbox API will accept whatever file data your app provides, exactly as it provides it; it will not perform any additional encoding or decoding. If you supply base64-encoded data, the uploaded data will still have that same base64 encoding. If you wish to upload a non-base64-encoded file, but your data is base64-encoded, you'll need to undo the base64 encoding first.
Otherwise, please refer to my earlier message in this thread for more information on debugging/writing code for this.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 3 hours ago
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!