简体   繁体   中英

Sync file system API in the web

I have a chrome packaged app which saves files with the chrome.syncFileSystem api. Now I want to develop a web app and fetch these files from the web. Is there a way to do this. Thanks.

You can use the Google Drive API to access your Google drive, and you will find the files there. You can discover the location empirically, but, as it is not documented, it could change at any time. Google and others (eg, Apple) have a habit of moving formerly-easily-visible files into obfuscated places.

To get you started, simply access your Google drive with their UI (web page or Chrome app), and you'll find the synced files. You may have to hunt around a bit with the links on the left of the Google drive web page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM