Questions tagged as 'google-drive-api'

2
answers

How to create progress bar for file upload via the Google Drive API

I'm uploading a file to Google Drive through their API. request.Upload(); is delaying with no return. How do I make progress? It can be with for even without graphical interface. Shipping method: public static File UploadFil...
asked by 17.06.2015 / 21:02
1
answer

Anyone has an idea how google drive unzip file in real time

I wanted to understand and know if there is any library or strategy to do the same thing Google Drive does with compressed files, to allow you to navigate the files inside the files without having to unzip them. Does anyone have any idea how...
asked by 24.08.2017 / 14:59
1
answer

Google Drive .NET Quickstart Error for Credentials

I'm starting to study Google Drive's Api for a personal project in .NET, and I followed the step-by-step guide available on the google website link But when I was running the code at the time of obtaining the credentials happened this er...
asked by 30.05.2017 / 21:52
1
answer

What are the "User" and "CancellationToken" parameters used for?

I'm doing an implementation with API of Google Drive, and in the code block: credenciais = GoogleWebAuthorizationBroker.AuthorizeAsync( GoogleClientSecrets.Load(stream).Secrets, new[] { DriveServ...
asked by 22.12.2017 / 14:34
2
answers

Host images to an HTML in Google Drive

I have a simple question, but I still have not found the exact reference to solve it. I just know there's a possibility. I want to host an image for an HTML in Google Drive to be accessible by the URL. So, my HTML will look something like thi...
asked by 04.01.2017 / 14:48
0
answers

Downloading 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 = $response->getBody()->getContents(); The variable $content , now c...
asked by 09.05.2018 / 18:24
0
answers

How do I use google drive API for sending and receiving audio? [closed]

I wanted to know how I can send and receive audio files via Google drive. I've never used the Google Drive API, I'm starting now. I researched some examples on the Internet, but I could not. Some examples searched and indicated: link...
asked by 19.01.2016 / 13:47
1
answer

Upload to Drive [closed]

Personal I have the following code, which opens the consent form of google, where the authorization of the user is made and an authentication token is generated: public async Task<ActionResult> IndexAsync(CancellationToken cancellationTo...
asked by 04.04.2017 / 19:12
2
answers

Put image in html that is in google drive

How to put the address of the google drive image in the src of an img? the folder is public (for everyone) and the generated link is this: link I tried what you have in this response: Host images to a HTML in Google Drive , but it did not...
asked by 21.06.2017 / 03:27
1
answer

How to Count Google Sheet

I'm trying to count some data in the worksheet to make a statistic, but it's not working: Input data, in cells from B1 to B6    4.75x   5.76x   1.66x   11.17x   20.76x Result I want to get    2.99x and < > 3...
asked by 29.12.2016 / 13:33