Registry / networking / nao-pon-flysystem-google-drive

nao-pon-flysystem-google-drive

JSON →
library1.1.13phppackagistunverified

Flysystem adapter for Google Drive

composer require nao-pon/flysystem-google-drive
INSTALL
IMPORT
SIG · NAO-PON-FLYSYSTEM-
N
nao-pon-flysystem-google-drive
networkingphpv1.1.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GoogleDriveAdapter
use NaoPon\Flysystem\GoogleDrive\GoogleDriveAdapter;

Write a file to Google Drive using Flysystem

use NaoPon\Flysystem\GoogleDrive\GoogleDriveAdapter; use League\Flysystem\Filesystem; $adapter = new GoogleDriveAdapter($client, 'root'); $filesystem = new Filesystem($adapter); $filesystem->write('test.txt', 'Hello World');
Debug
Known issues
gotchaRequires Google API client authentication
fix
Set up OAuth 2.0 credentials and pass authenticated client
affects: *
Upgrade
Version history
1.1.13latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nao-pon-flysystem-google-drive — pip install nao-pon-flysystem-google-drive · libregistry