GITBOOK-524: change request with no subject merged in GitBook
BIN
.gitbook/assets/1_EgTB42Dy1zd2m0cCCuqbRA.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
.gitbook/assets/1_EgTB42Dy1zd2m0cCCuqbRA.webp
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
.gitbook/assets/1_KgkLBZ7zmQATAHrwdO3A7Q.webp
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.40.44 (1).png
Normal file
After Width: | Height: | Size: 439 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.40.44.png
Normal file
After Width: | Height: | Size: 439 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.52.29.png
Normal file
After Width: | Height: | Size: 481 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.54.21.png
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.55.16.png
Normal file
After Width: | Height: | Size: 401 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.56.51.png
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 15.58.29.png
Normal file
After Width: | Height: | Size: 454 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 16.08.42.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 16.12.10.png
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 16.14.26.png
Normal file
After Width: | Height: | Size: 191 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 16.26.56.png
Normal file
After Width: | Height: | Size: 118 KiB |
@ -24,6 +24,7 @@
|
||||
* [Arweave](user-guides/asset-hosting/arweave.md)
|
||||
* [AWS](user-guides/asset-hosting/aws.md)
|
||||
* [Azure Cloud](user-guides/asset-hosting/azure-cloud.md)
|
||||
* [Google Storage](user-guides/asset-hosting/google-storage.md)
|
||||
* [Join a Data Challenge](user-guides/join-a-data-challenge.md)
|
||||
* [Sponsor a Data Challenge](user-guides/sponsor-a-data-challenge.md)
|
||||
* [Get Started Data Farming](user-guides/get-started-df.md)
|
||||
|
58
user-guides/asset-hosting/google-storage.md
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
description: How to use Google Storage for your NFT assets
|
||||
---
|
||||
|
||||
# Google Storage
|
||||
|
||||
**Google Storage**
|
||||
|
||||
Google Cloud Storage is a scalable and reliable object storage service provided by Google Cloud. It allows you to store and retrieve large amounts of unstructured data, such as files, with high availability and durability. You can organize your data in buckets and benefit from features like access control, encryption, and lifecycle management. With various storage classes available, you can optimize cost and performance based on your data needs. Google Cloud Storage integrates seamlessly with other Google Cloud services and provides APIs for easy integration and management.
|
||||
|
||||
**Prerequisite**
|
||||
|
||||
Create an account on [Google Cloud](https://console.cloud.google.com/). Users might also be asked to provide payment details and billing addresses that are out of this tutorial's scope.
|
||||
|
||||
**Step 1 - Create a storage account**
|
||||
|
||||
**Go to** [**Google Cloud console**](https://console.cloud.google.com/storage/browser)
|
||||
|
||||
In the Google Cloud console, go to the Cloud Storage Buckets page
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.52.29.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Create a new bucket**
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.54.21.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Fill in the details**
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.55.16.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Allow public access to your recently created Bucket**
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.56.51.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Step 2 - Upload a file**
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.58.29.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Step 3 - Change your file's access (optional)**
|
||||
|
||||
**If your bucket's access policy is restricted, on the menu on the right click on Edit access (skip this step if your bucket is publicly accessible)**
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.08.42.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Step 4 - Share the file**
|
||||
|
||||
**Open the file and copy the generated link**
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.12.10.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.14.26.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
**Step 5 - Publish the asset using the generated link**
|
||||
|
||||
Now, copy and paste the link into the Publish page in the Ocean Marketplace.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.26.56.png" alt=""><figcaption></figcaption></figure>
|
||||
|