We have an iPhone app that is configured to upload files to dropbox.
Our dropbox account ran out of space, but the upload from the app finished without error message so we did not know the account was out of space.
Later on we upgraded our account so that there would be enough space, but the files have not appeared.
We wrote the app.
We would like our app to accurately detect that the files did not upload and give a message to the user so they can get the server issue fixed and then reupload the files.
We reviewed the code and do not see what we are doing wrong that this was not reported as an error.
I would like dropbox to check their logs and tell us what error message they returned to the app for the failed attempt. They are telling us there is nothing they can do because the files did not upload. I have a ****** time believing that they do not have a log of all attempts.
Please do not mark this as solved as that apparently locks replies. I will mark it as resolved when someone solves it.
If you tell me that the logs of the failed attempts are not possible, then please state why you believe that; It seems very strange that that would not be logged.