Comments
-
Just tried again and did about a dozen uploads in a row with no errors, so it does seem to be working again. Thanks so much for the very quick fix!
-
I am seeing similar random CORS errors with upload requests. I will get an error, then several uploads will work, then an error. Same behavior described here. I have not had any errors with downloading or any other requests, so perhaps the download side of things is truly fixed.
-
I'm pretty sure this is a problem with Apple's iOS SDK and how they handle POST requests with no content. I think the error was triggered before anything was even sent to your servers. I am planning on further playing with this to see if I can narrow things down more. I may continue using GET for now since that has worked…
-
I suspect the issue may be that iOS does not like a POST request that does not send any data. The Dropbox /download command is supposed to be POST, but there is no body. The only thing I've done that works consistently is to do a GET instead of a POST. Dropbox still sends the data, and iOS is happy too. Will I run into any…
-
It seems that the -1017 error is coming from iOS. There is an error code, kCFURLErrorCannotParseResponse = -1017, in the SDK. So I will take a look at how I'm doing things and see if I can figure it out. One question: What should the content-type be for the download request? There is nothing in the API example. I'm…
-
I finished installing the XCode simulator for iOS 14.5 ... I did get the same error once, so it is not unique to iOS 15.