python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Copy Files from S3 SignedURL to GCS Signed URL
I am developing a service in which two different cloud storage providers are involved. I am trying to copy data from S3 bucket to GCS.
To access the data I have been offered signedUrls, and to upload...
Eduard6421
Votes: 0
Answers: 1
GCP Bucket - create link for upload
I've looked all over but can't seem to see how this might be done.
I have a GCP bucket, which is publicly accessible. I need a link to give to an associate which they can use to upload some files into...
Indrid
Votes: 0
Answers: 1
How to check if file exists in Google Cloud Storage using .NET and Google.Cloud.Storage.V1?
I would like to check if the file exists before trying to delete it as I want to avoid the exception. Removal method below - DeleteAssetAsync()
using Google.Apis.Auth.OAuth2;
using Google.Cloud.Storag...
Mikolaj
Votes: 0
Answers: 1
"Cannot insert legacy ACL for an object when uniform bucket-level access" only for large file
Environment details:
OS: MacOs Monterey
Node.js version: 16
npm version: 8.5.1
@google-cloud/storage version: 5.18.3
Hi everyone, I'm having a problem uploading a 920Mb file.
When I try to upload th...
sourheart
Votes: 0
Answers: 1