Closed armanist closed 2 weeks ago
Need to create new Filesystem adapter that will use GoogleDrive as filesystem for reading and writing files. The Adapter should implement the FilesystemAdapterInterface.
GoogleDrive
FilesystemAdapterInterface
Follow the DropboxFileSystemAdapter code to as guide.
DropboxFileSystemAdapter
Need to create new Filesystem adapter that will use
GoogleDrive
as filesystem for reading and writing files. The Adapter should implement theFilesystemAdapterInterface
.Follow the
DropboxFileSystemAdapter
code to as guide.