sdk tag

17 questions


1 answers
338 views
0
How to Switch Roles Using AWS SDK on C#

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...

1 years ago

1 answers
90 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
69 views
0
I want to convert the URL of the web page to UserId or GroupId in Facebook Graph API.

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...


1 answers
79 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
92 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...

1 years ago

1 answers
94 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
72 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
71 views
0
How to set the Amazon.S3.Model.Filter.FilterRules List

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...

1 years ago

1 answers
90 views
0
Cannot read properties of undefined (reading 'memoizedProperty') when using aws-sdk(v2) on Nuxt3

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...


1 answers
75 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 - »

© 2024 OneMinuteCode. All rights reserved.