Most voted "google-drive-api" questions
Google Drive is a file storage and synchronization service, presented by Google on April 24, 2012.
Learn more…39 questions
Sort by count of
-
4
votes2
answers523
viewsHow to create progress bar for uploading file via Google Drive API
I am sending file to Google Drive by their API. The request.Upload(); is lingering with no return. How do I make progress? It can be with a for even without a graphical user interface. Shipping…
-
4
votes2
answers123
viewsHow does a method with the same name return more than one object type?
I am implementing the Google Drive API and I came across the following situation: var fileMetadata = new GoogleDriveAPIV3.Data.File() { Name = "folderTest/testeUpload.jpg" };…
-
3
votes1
answer93
viewsDoes anyone have any idea how google drive unzips file in real time
I wanted to understand and know if there is any library or strategy to do the same as Google Drive does with the compressed files, to allow you to browse the files inside the files without having to…
-
3
votes1
answer156
viewsGoogle Drive . NET Quickstart Error to get Credentials
I’m starting to study the Google Drive Api for a personal . NET project, and followed the step by step made available on the google website…
-
2
votes0
answers2482
viewsHow do I use google drive API for sending and receiving audio?
I wanted to know how I can send and receive audio files via Google drive. I never used the Google Drive API, I’m starting now. I did some research on the Internet, but I couldn’t do it. Some…
-
2
votes2
answers17484
viewsHost images to an HTML in Google Drive
I have a simple question, but I still haven’t found the exact reference to solve it. I just know that there is the possibility. I want to host an image for an HTML in Google Drive to be accessible…
google-drive-apiasked 7 years, 11 months ago Bruno Heringer 1,338 -
2
votes1
answer169
viewsWhat are the "User" and "Cancellationtoken" parameters for?
I’m doing an implementation with the API from Google Drive, and in the code block: credenciais = GoogleWebAuthorizationBroker.AuthorizeAsync( GoogleClientSecrets.Load(stream).Secrets, new[] {…
-
2
votes0
answers184
viewsDownload large PHP files?
With the following code, I get a file stored in Google Drive: $response = $service->files->get("id-do-meu-arquivo", array('alt' => 'media')); $content =…
-
2
votes1
answer263
viewsgdrive error in crontab
I am trying to accomplish a way to perform a backup using mysql and transfer the data to the cloud from google drive. I am using the mysqldump to carry out the backup and the gdrive to upload to the…
-
1
votes1
answer134
viewsGet the revision history in Google Drive with Java by Netbeans
I need to get the revision history of Google Drive. I visited the website of Drive Developers and I saw that you can do this with several languages. I want to do Java and use Netbeans and the…
-
1
votes1
answer88
viewsHow does Google Docs text synchronization work in Drive?
So I couldn’t find this information, but I’m curious to know how it works real-time synchronization of text documents on Google Drive. The issue is that two people can edit the file at the same…
google-drive-apiasked 9 years, 7 months ago Andrey Hartung 1,763 -
1
votes0
answers428
viewsHTML form for accessing a google drive folder
I have a folder of google drive shared but not available in search, accessible only with the link. I wanted to create a form (preferably from a google tool) available to a small group of friends in…
-
1
votes1
answer57
viewsHow to count Planilhagoogle
I’m trying to count some data in the spreadsheet to make a statistic, however, it’s not working: Input data, in cells of B1 to B6 4.75x 5.76x 1.66x 11.17x 20.76x Result I want to get <= 1.99x = 1…
google-drive-apiasked 7 years, 11 months ago Rodrigo Araujo 63 -
1
votes1
answer743
viewsUpload to Drive
Personal have the following code, which opens the google consent screen, where the user authorization is made and generated an authentication token: public async Task<ActionResult>…
-
1
votes2
answers10597
viewsPlace image in html that is in google drive
How to put the google drive image address in src of an img? the folder is published (for all) and the generated link is this:…
google-drive-apiasked 7 years, 6 months ago Aesir 1,076 -
1
votes0
answers119
viewsList shared folder items
How to list items from a specific shared folder with an application created by developer console? The problem I’m using the package googleapis in Node to get a file system and upload images more…
-
1
votes1
answer91
viewsHow to upload to Google Drive from R
I was watching about the googledrive package from R’s CRAN and I’m not getting it to work, how to get it into my account. My goal is to upgrade a data frame and as CSV, direct to my account.
-
1
votes1
answer411
viewsGoogle Drive API to search only images
I recently started to study the Google Drive API. I am able to list all the files in Drive and I have access to all its attributes. However, I was asked to search only for the image files. What did…
-
1
votes1
answer1204
viewsHow to pick only 1 item within an array, JSON & PHP
I’m learning a bit of json and php, I was able to display the values with the saveoffline api.…
-
1
votes0
answers71
viewsSearch only files created by me in Google Drive
Good morning I am creating a script to delete files with more than 3 hours of creation in a folder in Google Drive, but there is a certain lock that you can only delete files created by you, so I…
-
0
votes1
answer2283
viewsAPI Google Drive PHP
I’m using Google Drive to upload files via php, with the API they provide, however, the library that Google passes requests a file that does not exist in this library that is provided to us. Follow…
-
0
votes2
answers363
viewsHow to return letters between points using a regular expression?
I am using Google Drive and would like to use a regular expression to separate characters between points, as below : the Bai Xa men to the Bai Xo I need to put in each column, the content between…
-
0
votes1
answer596
viewsGoogle drive api integration doesn’t work. how do I fix it?
i want to integrate the google drive api into my app. it runs but does not connect, as if it did not receive the information that was sent. How do I fix this? The code is the google itself that…
-
0
votes1
answer43
viewsReceive notification from google drive
Is it possible to set up google drive for my client to receive an email when the drive goes one day without sharing any files? And I’m looking for how to integrate the drive in my system with PHP,…
-
0
votes1
answer3140
viewsCopy and paste into different sheets in Google Sheets
I’m trying to copy a value from one table and send it to another using the Google Sheets script, but I get the following error Target range and source range must be on the same spreadsheet function…
-
0
votes1
answer868
viewsPHP - Problems uploading with Google Drive API
Good night. I am trying to upload with the Google Drive API using the following PHP code: <?php require_once 'src/Google/Client.php'; require_once 'src/contrib/Google_DriveService.php';…
-
0
votes1
answer1113
viewsUpload html and save to Google drive
Good afternoon, I wonder if it is possible to make a form with uploads fields in html and save these files in Google drive. I read about Forms.studio, but their codes are paid for. Does anyone have…
-
0
votes1
answer153
viewsSave android studio project
I’m making an app and my biggest fear is losing the project (if my pc breaks for example) I want to know if you can save the project to Dropbox or Google Drive without damaging the app, or if…
-
0
votes1
answer934
viewshow can I put PDF documents on my website using the google drive api
I am wanting to put Pdfs documents on display on my site in which the administrator would register the link that is in your Google drive and after that the document would be available for normal…
-
0
votes0
answers1139
viewsGoogle Drive API - List files from a folder
With the following code, I am able to list all folders present in my Drive. function listFiles() { gapi.client.drive.files.list({ 'maxResults': 1000, 'q': "mimeType contains…
-
0
votes1
answer506
viewsGdrive API Upload files javascript
I followed all the steps and some other questions I found here in the stack, and using the following code I can upgrade a file to Google Drive: var importFiles = $('#files')[0].files; const boundary…
-
0
votes1
answer151
viewsFailed to get about: googleapi: Error 401: Invalid Credentials, authError
I’m using a generic Linux application from Google Drive, which aims to Upload local folders to Google Drive via Shell Script. However, when trying to run command on the Debian terminal: ./gdrive…
-
0
votes0
answers110
viewsCopy Excel Data to Drive
Good morning, need to select data from a file Excel copy, open a file in Google Drive and paste the data. Sub ActualizarDrive() 'Selecionar Ficheiro Windows("Lojas_Pendentes_CCTV.xlsx").Activate…
-
0
votes0
answers81
viewsProblems searching for file via Google Drive api
I’m trying to return the file id from google drive based on the following example: Search for files and folders code : function searchFiles (auth) { const drive = google.drive({version: 'v3',…
-
0
votes1
answer119
viewsHow to upload large files to google drive
I’m trying to upload files from 1-4gb to the google drive(v3) , using phyton3.8, but when I always have errors in the execution: Typeerror: 'Preparedrequest' Object is not callable def…
-
0
votes0
answers31
viewsError with Google credentials on Rstudio
I am new to programming in R and am trying to run a code R where access google drive and google Earth engine. However, two situations are happening: first on my personal laptop at home I run the…
-
-1
votes1
answer561
viewsHow to send a file to google drive from my Android app
How can I send a file to Google drive through my Android app, I’m making an app in Android Studio and need an API to send files to google drive
-
-1
votes1
answer124
viewsDoubt - Google Drive + Sqlite
Good night, You could use the Google Drive service as Sqlite HOST? Thank you!
-
-1
votes1
answer369
viewsThe value of Function INDIRECT parameter 1 is "Income! D3:Q3". It is not a valid cell/range reference
I’m using the spreadsheet templates provided by google. However I’m getting this message: The value of Function INDIRECT parameter 1 is "Income! D3:Q3". It is not a valid cell/range reference.…