We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
RTS S.
9 years agoHelpful | Level 6
API V2 Can't get large file Upload working
Some context for the following: 1) DBAPIMetadata is just my wrapper for Files.Metadata that I can pass to Objective-C 2) The BGHelper at the end (when the call is not on the MainThread) just call t...
RTS S.
9 years agoHelpful | Level 6
Yep, my upload (with an input stream) and Session upload with chunks of NSData worked after settings the WriteMode (In the latter case the upload always worked, it was the finishing the session and saving the filed that failed)
The error messages are terrible and I would have never guessed from the error what the problem was. Even now looking back I would not have been able to interpret the error.
The last problem was mine... upload with an NSData object (I did not show the code) was a memory management problem. I used an NSData object that did not copy the buffer and the buffer was deleted before it was processed.
All is good ... with multiple techniques to upload a file.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 5 hours agoIf 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!