jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
286 stars 48 forks source link

List files #3

Closed jcline closed 12 years ago

jcline commented 12 years ago

Steps: Login to Google Drive Fill out necessary fuse operation functions (readdir? what else?)

masterkain commented 12 years ago

How do you plan to get file listing? Currently in Google Drive API there are only four endpoints.

I'm still not sure how https://docs.google.com/feeds/default/private/full feed has anything to do with Google Drive, but perhaps it may work.

masterkain commented 12 years ago

Oh right, https://docs.google.com/feeds/,https://docs.googleusercontent.com/,https://spreadsheets.google.com/feeds/

jcline commented 12 years ago

http://stackoverflow.com/questions/10320123/google-document-list-api-and-google-drive-sdk looks like they plan on adding the functionality to the Drive API in the future, as well.