0

Building an iOS app using objective c. I have gotten the Dropbox SDK v2 to link an account and upload a file. However when I attempt to download that same file I am being told it is not found (statuscode 409). I am using the exact code from the dropbox official sdk github. Currently I am pointing to the file location to download as /Apps/App Name/file but have tried altering the location and still no luck. Does anyone have working sample code? Thanks.

3
  • There's an example for downloading here. If something's not working as expected for you, please share the code you're using and the unexpected error/output.
    – Greg
    Commented Dec 17, 2018 at 15:23
  • Thanks Greg. You helped solve this on another thread. I now have a new problem I will be posting about.
    – datan3rd
    Commented Dec 18, 2018 at 13:00
  • [Cross-linking for reference: dropboxforum.com/t5/API-Support-Feedback/… ]
    – Greg
    Commented Dec 18, 2018 at 13:28

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.