Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

hanley's avatar
hanley
Explorer | Level 3
2 years ago

One user can't see his Dropbox folders or files in my iOS app

My iOS app has had the Dropbox API integrated into it for several years. Our users use it to save and load files into our app.   This week one user reported that it's not showing any of their folde...
  • Greg-DB's avatar
    2 years ago

    How are you listing the contents of the account? Feel free to share the relevant code snippet(s) so we can take a look.

     

    From the description though, it sounds like you might only have listFolder and not listFolderContinue implemented and so are sometimes only retrieving a partial listing.

     

    This functionality is paginated and you are not always guaranteed to get all of the results back in a single listFolder call, so make sure you implement support for listFolderContinue as well. Refer to the listFolder and listFolderContinue documentation for information on doing so. (Those are links to the methods in the official Dropbox API v2 Objective-C SDK, but refer to the documentation for whichever SDK you're using, if any, or the API documentation itself.)