I'm trying to retrieve folder items of team member by following this link https://www.dropboxforum.com/t5/API-Support-Feedback/How-to-get-all-the-files-and-folders-of-a-business-account/m-p/281388.
I am able to get result from list_folder api but when I pass cursor to list_folder/continue api I get below error.
{
"error_summary": "reset/..",
"error": {
".tag": "reset"
}
}
Going through forum replies what I understood from this error is that the cursor is invalid or it has expired.
Please help.