Hi All
I'm afraid i don't understand something here.
Let's say i want to list all DELETED FOLDERS (or Files) form a path.
I don't really now what's the best way to filter it, but i am using /list_folder with return_deleted at true.
I am getting ALL Folders, deleted and Non deleted. Expected behavior.
I am then keeping only the entries with a tag "deleted".
=> Is ther a way i can request ONLY Deleted folders ?
Now that i have my "Deleted" folders, I notice that i only see there PERMANENTLY DELETED FOLDERS.
Using the API permanently_delete, or using the web portal, with the path for those folders that should already be deleted, i get an error (Expected.. they are already permanently deleted...)
--> Is it normal that list_folder still sees folders that are already purged/Permanently deleted ?
--> How can i get only a list of deleted folders that are NOT PERMANENTLY DELETED already.. i can check each time if the file or folder still exists (get_metadata).. but that is really not a cheap way.. too much requests, it takes a long time with all the rate limits !!
Thanks a lot