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
Keith B.7
9 years agoHelpful | Level 7
Obj-C: Getting "over quota" error after session start for uploading chunks
Whenever an API call fails, I like to check to see if the user is over their usage quota, and if so, I throw up a warning that they need to delete some files or upgrade their Dropbox account. As Greg...
Greg-DB
9 years agoDropbox Staff
The start and append methods don't return space errors. Only the finish calls do, as that's when the final file size is known and checked against the available quota space when attempting to commit the file.
- Keith B.79 years agoHelpful | Level 7
Ah, okay, makes sense. I was thinking that the chunks were being stored against the user's Dropbox quota so would throw the error too.
Thanks,
Keith
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 years 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!