Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
dbyy
7 years agoExplorer | Level 3
uploaded files don't exist in the folder iOS Swift3
I'm trying to upload a csv file in Swift3. The method looks working but the can't find the file in the folder. The following is the log. 2018-07-16 01:41:09.057380+0900 MultiDirectionCollectio...
Greg-DB
Dropbox Community Moderator
7 years agoThat response does indicate that the file was successfully uploaded. There are a few things to check to make sure you're looking for it in the right place:
- If your app is registered for the "app folder" permission, the files will be uploaded in a special "app folder" created for your app. If you are using that permission, make sure you're looking in that folder. It will be located inside the "/Apps" folder in your account, if your account is set to English, or a corresponding translation for other localizations.
- Make sure you're looking in the same account as you're connected to via the API.
- If you're looking via a desktop filesystem, make sure the desktop client is syncing properly.
- If your app is registered for the "app folder" permission, the files will be uploaded in a special "app folder" created for your app. If you are using that permission, make sure you're looking in that folder. It will be located inside the "/Apps" folder in your account, if your account is set to English, or a corresponding translation for other localizations.
- Make sure you're looking in the same account as you're connected to via the API.
- If you're looking via a desktop filesystem, make sure the desktop client is syncing properly.
- dbyy7 years agoExplorer | Level 3
Thank you for your help.
It's working now.
I didn't add the re-direct code in the appdelegate class.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!