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
porya
7 years agoNew member | Level 2
Network error 404 while uploading with dropbox objective c api
In my objective c application i used dropbox official sdk to upload files on my dropbox. one of my user gets error while uploading and when i debug the data i found that is a network error and it's 404.
The error content is this:
<!DOCTYPE html><LF> <html><LF> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><LF> <title>Dropbox - 4xx</title><LF> <link href="https://cfl.dropboxstatic.com/static/css/error.css" rel="stylesheet" type="text/css"/><LF> <link rel="shortcut icon" href="https://cfl.dropboxstatic.com/static/images/favicon.ico"/><LF> <LF> </head><LF> <body><LF> <div class="figure"><LF> <img src="https://cfl.dropboxstatic.com/static/images/illustration_catalog/404_error-illo.png" srcset="https://cfl.dropboxstatic.com/static/images/illustration_catalog/404_error-illo@2x.png 2x" alt="Error: 4xx"/><LF> </div><LF> <div id="errorbox"><LF> <div class="not-found"> <h1>Error (4xx)</h1> We can't find the page you're looking for. <div class="not-found--links"> Here are a few links that may be helpful: <ul> <li><a href="https://www.dropbox.com/home?_tk=fof">Home</a></li> <li><a href="https://www.dropbox.com/help?_tk=fof">Help center</a></li> <li><a href="https://www.dropbox.com/login?_tk=fof">Sign in</a></li> <li><a href="https://www.dropbox.co<CR><LF>
What is the actual problem?
- Greg-DBDropbox Staff
Are you using one of the uploadUrl/uploadData/uploadStream methods, and is the file that the user is trying to upload larger than 150 MB? If so, that will fail, and can do so in this manner.
For large files, you need to use upload sessions, using the upload session methods instead.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 2 days 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!