google-drive-sdk tag

8 questions


1 answers
117 views
0
404 Error in "Drive.Files.update"

To move files within shared drives (team drives) at GASI try using Drive.Files.update.I am running with the code below, but there is a 404 error and I am not sure what is wrong.Is the authentication s...


1 answers
103 views
0
How to Specify Conditions in ListFile with Pydrive

I would like to list only the files that I use in Python and that I am the owner (creator) of in ListFile().drive.ListFile({'q':'title=file1'}.GetList()I was able to search by title or ID in , but I d...


1 answers
125 views
0
Google Drive API upload capacity limit

Hello.I am considering uploading files using the Google drive API.GSuite support is unable to respond to APIs and API restrictionsThere seems to be no clear arrangement, so I was guided here.Experts c...

2 years ago

1 answers
120 views
0
Google AppsScript Fails to Copy Large Files in GoogleDrive

If you try to use GoogleAppsScript below, you will fail in the copy section.This script copies all folder files with ID AAA to folder with ID BBB, and moves all folder files with ID AAA to the trash c...


1 answers
89 views
0
I would like to know what to do if the SDK version being used by Dataflow is deprecated.

My current SDK version is deprecated in Apache Beam SDK for Java 2.14.0, but by when should I upgrade it?Also, I would like to know how to upgrade.SDK version of Dataflow in use:


1 answers
90 views
0
Authenticating Service Accounts

When I tried to activate a service account in the Google Cloud SDK, I received the following error:ERROR:(gcloud.auth.activate-service-account)Unable to read file./credential.json—Errno2 No such file ...


1 answers
93 views
0
I want to change Google's shared drive in Golang to Google drive apiv3 about "Setting Shared Drive" on GUI

[What I want to do] Press https://drive.google.com/ on the left side of the and change the Shared Drive Settings in the API, where you can right-click a specific drive from among the shared drives lis...

2 years ago

1 answers
157 views
0
I want to upload to the folder specified by GoogleDrive using Google_drive gem

ConclusionI want to know how to upload CSV files to the folder specified in GoogleDriveWhat do you want to doI am thinking of uploading CSV created daily using Google-drive-ruby to GoogleDrive's desig...

2 years ago

© 2024 OneMinuteCode. All rights reserved.