I am trying to fetch changes from multiple shared folders and user's folders from a business account. Its initially fetched by iteratively calling list_folder and list_folder_continue for each folder I am interested in. My question is, to fetch changes later on, do I need to store the cursor for each folder or is there a way to get a single cursor that can be used for all the folders? Anything at root namespace level that I can store?
Thanks