Google Drive APIでファイルアップロード時に「storage quota exceeded」エラーが出た話と対処方法
https://qiita.com/h-nimrod/items/535233f56934333939fd?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Python #GoogleDriveAPI

Google Drive APIでファイルアップロード時に「storage quota exceeded」エラーが出た話と対処方法 - Qiita

先日、Python スクリプトから Google Drive API を利用してファイルをアップロードしようとした際に、以下のように "The user's Drive storage quota …

Qiita
さくらVPSのUbuntu環境でGoogleDriveの共有ドライブをマウントする - Qiita

背景VPSサーバで何かしらのデータのバックアップを取っておきたいときに、バックアップを同一サーバ内に保存しておくでも良いが、手違いやアクシデントなどでサーバ自体のデータが消失したときのために、Ub…

Qiita

List all files and folders in a folders directory tree in Google Drive: Apps Script. @WorkspaceDevs #GoogleAppsScript #GoogleDriveAPI #AppsScript #GoogleDrive

yagisanatode.com/list-all-files-and-folders-in-a-folders-directory-tree-in-google-drive-apps-script/

I just found another great question on stack overflow.

Download a XLSX file from google drive in memory and open it with pandas in python. What a fun question.

https://stackoverflow.com/q/74761242/1841839

It only took me about ten minutes to work it out. Not bad for someone who has only been playing with Python for about a month.

#python #googledriveapi #googledevelopers #GDE

read excel file to a dataframe without downloading the file locally

I am trying to read an excel file on a google drive without downloading the file locally credentialFileOfServiceAccount = 'x.json' scope = ['https://www.googleapis.com/auth/drive'] #edited by ash...

Stack Overflow

Little known fact. You can use the About.Get method in google drive api to get the email address of the currently authenticated user. Without needing to request email scope permissions of the user.

#nodejs #googledriveApi #googleapi @googledevs #GDE