softberg / quantum-php-core

Quantum PHP Framework
http://quantumphp.io
MIT License
31 stars 13 forks source link

Filesystem adapter for GoogleDrive #147

Closed armanist closed 2 weeks ago

armanist commented 3 months ago

Need to create new Filesystem adapter that will use GoogleDrive as filesystem for reading and writing files. The Adapter should implement the FilesystemAdapterInterface.

Follow the DropboxFileSystemAdapter code to as guide.