Files
nao-pon b45cfec305 [VD] add a new volume driver FlysystemGoogleDriveNetmount
Usage
-----
```
composer require barryvdh/elfinder-flysystem-driver
composer require nao-pon/flysystem-google-drive:~1.1
google/apiclient:~2.0@rc
```

```php
// Load composer autoloader
require 'vender/autoload.php';

// Enable Google Drive as Netmount driver
include_once
dirname(__FILE__).DIRECTORY_SEPARATOR.'elFinderFlysystemGoogleDriveNetmount.php';
define('ELFINDER_GOOGLEDRIVE_CLIENTID', 'YOUR CLIENT ID');
define('ELFINDER_GOOGLEDRIVE_CLIENTSECRET', 'YOUR CLIENT SECRET');
```

Add "YOUR_CONNECTOR_URL(connector.php)?cmd=netmount&protocol=googledrive&host=1"
to "Authorized redirect URIs" in "Credentials" on Google API Manager.
2016-03-23 17:34:47 +09:00
..
2011-11-23 13:58:09 +02:00
2011-07-05 16:45:37 +03:00
2011-07-05 16:45:37 +03:00
2011-07-05 16:45:37 +03:00
2011-07-05 16:45:37 +03:00
2011-07-05 16:45:37 +03:00
2011-07-07 16:27:45 +04:00
2011-07-05 16:45:37 +03:00
2014-03-12 02:01:05 +09:00