I'm trying to programmatically offer a way to view and enumerate the folder structure of a Google Drive Backup and sync folder. In my case "My Laptop".
All I've come up with is ways involving searching up files hopefully contained there then crawling up the parents hierarchy to find the root id of the backup and sync folder. One such suggestion can be found here.
Is there a better way?