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

Forum Discussion

benjaminkromer's avatar
benjaminkromer
Explorer | Level 4
4 years ago

Getting error by calling https://api.dropboxapi.com/2/sharing/list_shared_links

hey, I want to revoke sharing urls without knowing the urls, so I wanted to list all shared links for the specific cursor which I have from using the search v2 endpoint. But I get following respo...
  • Greg-DB's avatar
    4 years ago

    If you're getting 'reset' back from /2/sharing/list_shared_links, that means that the cursor you're supplying is no longer valid. You'll need to call back to /2/sharing/list_shared_links without that cursor to reset. When you call back, you can omit both the 'cursor' and 'path' parameters to list all the available shared links.