Upload and Download Files to Google Cloud Storage using .Net

preview_player
Показать описание
In this video I'll show you how to upload and download files to Google Cloud Storage using .Net. In my example I use a Web API, but the concept is the same regardless of what type of .Net project you are using.

Links:
Nuget link for Google Storage Library

Docs for the Google Storage Library

Docs about Application Credentials

Github repo for code reference:

Follow me on social media!
Threads: scriptbytes

Check out my blog!
Рекомендации по теме
Комментарии
Автор

Very good tutorial, straight to the point. Thanks.

urnan
Автор

How would you go about using authenticated user in a website environment to add permission to view a link within the google cloud when you are getting this message This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details>
</Error>

tafadzwatapera
Автор

Great job! I see a lot of useless links but don't see useful link on the github for this example. Where's the link?

kamanemo
Автор

Do you an example of a multipart download/upload? We are currently attempting do this where we can allow pausing and resuming the uploads as well but are struggling

deathsride
Автор

How much time will it take to upload in bucket ?

akashr