I've been looking at ways to determine if a folder still exist on a dropbox account. I've noticed that there is two different ids being returned. One being just "id" and the other being "sharedFolderId". I cant find an api where id is being used at the moment or can you point me to a api that is using it?
I'm trying to figure out the most effiecient way to grab a folder's info rather than just using path (alpha/get_metadata/{path})(user might have moved the folder path), therefore we were thinking of using the "id" returned and use it to look for the folder. Is there an api i can use to get a folder's metadata by using its id?