2017 © Pedro Peláez
 

script google-drive-utility

phpbu Google Drive utility.

image

phpbu/google-drive-utility

phpbu Google Drive utility.

  • Sunday, June 24, 2018
  • by phpbu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPBU Google Drive utility

With this CLI script you can create a Google Drive access token file that is required by PHPBU to sync your files to Google Drive., (*1)

Also it lists the names and IDs of your Google Drive files and directories. The ID of the directory where you want to store your backups is needed for your PHPBU configuration., (*2)

All you need is a Google API client JSON credential file that you can easily generate online in your Google account settings., (*3)

Installation

There are two ways to install the PHPBU Google Drive utility., (*4)

Composer

composer require phpbu/google-drive-utility
vendor/bin/phpbu-gdu

git

git clone https://github.com/sebastianfeldmann/phpbu-google-drive.git
cd phpbu-google-drive
./phpbu-gdu

Usage

phpbu-gdu [client_secret.json] [client_access.json]

The first argument is the path to your local client_secret.json that you have generated in your Google account settings. If you do not provide the argument it defaults to ./client_secret.json., (*5)

The second argument is the path where the access token should be stored. If not provided it defaults to ./client_access.json., (*6)

The Versions

24/06 2018

dev-master

9999999-dev http://phpbu.de/

phpbu Google Drive utility.

  Sources   Download

MIT

The Requires

 

by Sebastian Feldmann

authentication google drive

24/06 2018

0.9.0

0.9.0.0 http://phpbu.de/

phpbu Google Drive utility.

  Sources   Download

MIT

The Requires

 

by Sebastian Feldmann

authentication google drive