All Projects → J05HI → google-drive-direct-remote-upload

J05HI / google-drive-direct-remote-upload

Licence: MIT license
Directly upload files from the web to Google Drive without saving them completely on the server before.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to google-drive-direct-remote-upload

Psgsuite
Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
Stars: ✭ 184 (+196.77%)
Mutual labels:  google-drive, google-cloud, google-api
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+4025.81%)
Mutual labels:  google-drive, google-cloud, google-api
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (-35.48%)
Mutual labels:  google-cloud, google-api
Forge View.googledrive.models
View models from Google Drive: Sample Viewer application that displays files of supported formats from Google Drive, and generates them in the Viewer
Stars: ✭ 18 (-70.97%)
Mutual labels:  google-drive, google-api
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+8337.1%)
Mutual labels:  file-upload, google-drive
handprint
Apply different text recognition services to images of handwritten documents.
Stars: ✭ 127 (+104.84%)
Mutual labels:  google-cloud, google-api
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (-53.23%)
Mutual labels:  google-drive, google-api
yii2-fileapi-widget
Yii2 FileAPI widget.
Stars: ✭ 51 (-17.74%)
Mutual labels:  file-upload
google-cloud-powershell
PowerShell cmdlets for the Google Cloud Platform
Stars: ✭ 120 (+93.55%)
Mutual labels:  google-cloud
functions-framework-php
FaaS (Function as a service) framework for writing portable PHP functions
Stars: ✭ 186 (+200%)
Mutual labels:  google-cloud
cloud-cardboard-viewer
Build a Node.js & Angular 2 Web App using Google Cloud Platform
Stars: ✭ 23 (-62.9%)
Mutual labels:  google-cloud
iris3
An upgraded and improved version of the Iris automatic GCP-labeling project
Stars: ✭ 38 (-38.71%)
Mutual labels:  google-cloud
kube-secrets-init
Kubernetes mutating webhook for `secrets-init` injection
Stars: ✭ 106 (+70.97%)
Mutual labels:  google-cloud
google-bigtable-postgres-fdw
Google Bigtable Postgres FDW in Rust
Stars: ✭ 37 (-40.32%)
Mutual labels:  google-cloud
bigquery-to-datastore
Export a whole BigQuery table to Google Datastore with Apache Beam/Google Dataflow
Stars: ✭ 56 (-9.68%)
Mutual labels:  google-cloud
emulator-tools
Google Cloud BigTable and PubSub emulator tools to make development a breeze
Stars: ✭ 16 (-74.19%)
Mutual labels:  google-cloud
google fit hass
A Home assistant custom component to get your fitness information using Google Fitness API.
Stars: ✭ 23 (-62.9%)
Mutual labels:  google-api
laravel-gsuite
A Laravel package to setup Google OAuth and GSuite Admin SDK.
Stars: ✭ 17 (-72.58%)
Mutual labels:  google-api
gtoken
Securely access AWS services from GKE cluster
Stars: ✭ 43 (-30.65%)
Mutual labels:  google-cloud
Google-Drive-Stream-Proxy
Alternative Google Drive Stream Script
Stars: ✭ 48 (-22.58%)
Mutual labels:  google-drive

Google Drive - Direct Remote Upload

Directly upload files from the web to Google Drive without saving them completely on the server before. This is useful to upload files, which are bigger than the storage available on the server.

Sorry, the code isn't really organized and clear, it was only for testing. Maby I'll clean it later...

How to use it:

  • Rename "credentials/oauth-credentials_EXAMPLE.json" to "credentials/oauth-credentials.json"
  • Download your oauth2 credentials in the google developer console and copy it in it
  • Call the "index.php" from the console ("php index.php")
  • Follow the messages in the console window
  • Create pull requests to help with the development ;)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].