Category "google-drive-api"

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,