Questions tagged as 'google-drive'

1
answer

See Thumbnails with the Google Drive API

How can I see the thumbnails of my images from google Drive ? That is to say, that the api of google drive returns the url of the thumbnail. I also use jquery , if necessary or to facilitate it. <html> <head> <...
asked by 21.12.2015 / 19:45
1
answer

Alternatives to GitHub to host a local repository [closed]

Today I have encountered a problem: Apparently my files occupy too much memory for the plan I have contracted. To have a private repository on GitHub I have to pay about 6 euros per month, which does not allow me to accommodate more than 1...
asked by 14.12.2018 / 15:02
1
answer

Error requesting the refresh_token when integrating the Google Drive API with Laravel

+4 days ago I implemented the registration and login through Google in my Laravel application. When the user does not have an account then it is created, but when it is already registered what it does is allow access. public function handle...
asked by 09.09.2018 / 05:05
1
answer

How to authorize access to Google Drive with OAuth2?

In my final year project I want to implement a client in which certain files are synchronized with your Google Drive account. I'm trying to use the Google Drive API for Java and I'm pretty lost with the OAuth2 because all the sources I read i...
asked by 15.02.2016 / 20:53
2
answers

Google drive API on android, I can not make this example work

Researching the Google Drive API, I found this example that theoretically allows me upload an image to drive. The problem I have is that the following code: File fileMetadata = new File(); fileMetadata.setName("photo.jpg"); java.io.File file...
asked by 13.06.2017 / 17:02
1
answer

Is it possible to transfer ownership of Google Drive files to another account?

I was told that Google Drive works differently from ordinary file managers and that it is not possible to change the owner either through the user interface, or using the Drive Google Apps Script service or the Google Drive API Is this correc...
asked by 30.03.2017 / 16:33
1
answer

Save doc sent by mail created by script in shared unit

I have created a function in script so that when a user completes a form, the answers go to a spreadsheet, a macro is generated (in script) that I send a doc attached in an email to the user with specific data. I can save this document in my per...
asked by 08.08.2018 / 16:34
1
answer

Google drive Android API - Retrieve file id

Good afternoon, in the morning I did this question and I managed to save an image. The problem that arises now, is that I need to recover the id that assigns drive to that image, there is a method that I found on the internet that gives me the...
asked by 13.06.2017 / 20:43
1
answer

Google drive API on android - bring an image based on your DriveId

Good morning, I'm working with the google API on Android, and I found the following code to read a text file: private void readFile(DriveId fileDriveId) { DriveFile file = fileDriveId.asDriveFile(); file.open(mGoogleApiClient...
asked by 14.06.2017 / 17:50
1
answer

Script in Google Sheets to perform actions on DRIVE

Is it possible with a script in a Gsheet to create a folder with a specific name and create a set of file copies within it? These lists of files would be listed with their IDs in the Gsheet.     
asked by 10.05.2017 / 15:43