문제

I am trying to use Google Cloud Storage service to store data. And I succeed to upload data.

But I could not find how to share it for users who does not have google account. And how can I get a unique URL of object in bucket?

Or else, how to download object by ruby-api-client?

Thank you.

도움이 되었습니까?

해결책

You can use Signed URLs to grant access to a non-google user.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top