I am using /list_folders and /list_folders/continue to create a paginated file gallery in my Web application.
I want to make any page in this gallery shareable, for example I want to share page 3 of the gallery with someone.
To achieve this you can put the cursor from the list_folder endpoints in the URL so the person you shared the link with sees the same page. However, they will only be able to go the next page when the load that link and not the previous page.
How can I achieve forward AND back pagination on shared link that doesn't start on the first page?