Category "google-drive-api"

Google Drive API - Service Account : make a request for access token

I am a newbie in Google API. I start my project with Google Drive API and I follow the tutorial in this google cloud document. On the Google Cloud Console - I

google picker is not woking in react

react-google-drive-picker react-google-picker methods from both package are expired. response when try to authenticate : { error: "idpiframe_initialization_f

How to sort files according to date created with google apps script?

I'm looking to sort the files in a folder by the date they were created or last modified. I'm loading the contents of a folder in google drive with the followin

How to make the rest of the code wait until zipfile finishes compiling files

I'm writing a script that compresses multiple files and then uploads the zip file into Google Drive. I managed to do both of these actions separately but when I

backup files to google drive using PHP

I have a server and a domain name on GoDaddy. I want to create a backup for my files to be uploaded on Google Drive So that all my files and my database have

How to read all of the files in a specific directory in google drive using python?

I'm trying to go through all of the files in a folder to read and analyze them in python. There are a large number of these files and I would like to iterate th

File not found error Google Drive API

I am using the Drive REST API to download a file. I am making a GET request using the file id and I get a file not found exception. { "error": { "errors": [

Android : copy file to Google Drive using Google Drive API - what is best approach?

I need to copy a file to Google Drive from Android App. Consider copying 4-5 MB file size to root folder. Have gone through some sample code from here. Can some

Google Drive - Access Drive without consent form (Username/password known)

I've been reading on Google Drive's API which seems straight-forward enough, but I'd like to use it a bit differently. Instead of a client-side application, I

Drive Api - large file stream in nodejs

Drive Api - large file stream in nodejs hello , I went to stream large file from google drive to my website but I have issue that... app.get("/blog.mkv", (re

Create new file in a folder with Apps Script using Google Advanced Drive service

There are four ways to create a new file: DocsList - Shown as DocsList in the Main List. Built in to Apps Script. DriveApp - Shown as Drive in the Main List. B

Is Google Colab notebook sharing my Drive data with the notebook author?

I am following an online tutorial and the tutor has provided a Google Colab notebook as a supplement. But whenever I run any of the cells from the notebook, I a

Using Python to do basic Google Drive operations without web server authentication

I want to create a Python script that can do some really basic things (add/remove files in a shared google drive) The script will be running on remote PCs so an

How to download file from Google Drive with link in Android?

I want to download file from google drive for which I am using dependency that is compile 'com.google.android.gms:play-services:8.4.0' and using this I am able

Download file google drive python

How do I download a file from googledrive? I am using pydrive using the link. #https://drive.google.com/open?id=DWADADDSASWADSCDAW from pydrive.auth imp

How to set image thumbnail for file stored on Google Drive

Using Google Drive API I can update any writeable file's attribute using files.update() method: import datetime data = {'modifiedTime': datetime.datetime.utcno

New Google Drive Ignores IconLink Property on File

Ever since the new look for Google Drive has been in place, files uploaded by my company's app have been displaying the default file icon as opposed to the icon

Updating multiple appscript projects from one appscript

I have scenario where I have more than 60 sheet, and all have appscript project behind them running and managing those sheet. I want to updat/control those apps

Python: download files from google drive using url

I am trying to download files from google drive and all I have is the drive's URL. I have read about google API that talks about some drive_service and MedioIO,