Questions tagged as 'google-drive-api'

1
answer

Save android studio project

I am making an app and my biggest fear is losing the project (if my pc crashes for example) I want to know if I can save the project to Dropbox or Google Drive without damaging the app, or if there is another way I can save it security the proje...
asked by 08.12.2017 / 06:25
0
answers

PHP - Problems uploading with the Google Drive API

Good evening. I'm trying to upload with the Drive API using the following PHP code: <?php require_once 'src/Google/Client.php'; require_once 'src/contrib/Google_DriveService.php'; require_once __DIR__.'/vendor/autoload.php'; $client_i...
asked by 21.02.2017 / 22:54
0
answers

Uploading files via PHP to Google Drive using API

Following the steps in this tutorial, I was able to upload a file to my Google Drive via API, the priority was to upload it without the user's consent. link However, I noticed that the Refresh Token has to be always updated and for this...
asked by 07.02.2017 / 19:41
1
answer

Receive google drive notification

Is it possible to configure the google drive for my client to receive an email when the drive gets one day without sharing any files? And I'm looking for how to integrate the drive in my system with PHP, for there my client have the reports of s...
asked by 18.07.2016 / 15:16
1
answer

Doubt - Google Drive + Sqlite [closed]

Good evening, It would be possible to use the Google Drive service how to SQLite HOST? Thank you!     
asked by 02.09.2016 / 23:16
1
answer

How to send a file to google drive through my Android application [closed]

How can I send a file to the Google Drive through my Android application, I'm making an application in Android Studio and need an API to send files to google drive     
asked by 04.04.2016 / 15:40