17 questions
I am currently working on a C# app for AWS access, but I have been stuck switching roles.I looked up various sites including official AWS information and language differences, but I didn't see anythin...
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...
I would like to convert the URL of Facebook to UserId or GroupId as shown on the following site.http://lookup-id.com/I can't find the equivalent of the Facebook Graph API.Does anyone know how to conve...
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...
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...
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...
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:
Regarding the addition of the List class, what should I do if I use the program below?Please let me know.using Amazon.S3.Model;Filter filter = new Filter();filter.S3KeyFilter.FilterRules.Add(newFilter...
We are developing web applications using Nxt3.After loading aws-sdk(v2) in Nxt3, The local yarn dev command successfully ran AWSSDK, but nuxt generate & nuxt start command displays the browser con...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.