File Uploader To Google Drive PHP Save

Upload File to Google Drive Using PHP

Project README

GitHub issues GitHub stars GitHub license

File-Uploader-To-Google-Drive-PHP

Upload File to Google Drive Using PHP

Author : Gopal Joshi
Usage:

Update Composer

$ composer update

Generate Google Secret File from https://console.developers.google.com/ and save it in `secrets` folder.

Include upload.php

upload('files/', 'photo.gif');
  if (!empty($file->id)) {
    printf("File Uploaded Successfully! [ID: %s\n", $file->id.']');
  }
?>
Open Source Agenda is not affiliated with "File Uploader To Google Drive PHP" Project. README Source: spjoshis/File-Uploader-To-Google-Drive-PHP
Stars
32
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating