Closed linshu closed 8 years ago
Not until somebody volunteers to write the code to do so...
This would kind of be a nightmare since google does stuff based off ID's and allows for duplicates, whereas pytfilesystem does it's actions based off paths.
There is a Google Drive plugin developed years back but never accepted to upstream.
@jirikuncar How does it mitigate the duplicate file name issue?
How does it mitigate the duplicate file name issue?
@Ryanb58 I think it doesn't correctly. We would need to extend the virtual tree map to support multiple items under same name. I am not sure how would it work with FUSE though. It was sufficient for our use-case, because we used it for application-managed-folder only.
Google drive is a great use case, but fs2.0 is intended to have fewer dependancies. Things like GDrive will live as separate projects.
Is there any plan to support google drive?