I am using dropbox api endpoint list_folder/continue which is in help to get updated or edited files from dropbox account. But it is only fetching that files which are updated or creating on home location. It is not able to fetch updated files from sub folder
-
Paste an minimal reproducible example so we can verify what you are doing, also paste the link to the api documentation for the exact call your are using and parameters. Also, consider reading How to Ask– TheGeneralCommented Sep 6, 2021 at 5:40
-
I am using dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder/… api for getting updated files and folders from dropbox with access token and generated cursor but not able to get subfolders only able to fetch root folder– MansiCommented Sep 6, 2021 at 6:02
-
[Cross-linking for reference: dropboxforum.com/t5/Discuss-Dropbox-Developer-API/… ]– GregCommented Sep 6, 2021 at 14:43
Add a comment
|