Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.97 KB

45TB on Google Drive for free

Use Google cloud Free Tier to have 45 TB of cloud storage for free (https://cloud.google.com/free).

It is possible to use Google Cloud, for free, and use Google Drive up to 45 TB, through the Google IAM Service Accounts (https://cloud.google.com/iam/docs/service-accounts)

Documentation

https://docs.google.com/document/d/1PEBrzBDQJRsKWTYnjzrp8eL1H7TzVQdIqrhLprTyrqs/edit?usp=sharing

Note

The owner account appears to be the one who uploaded the file. In other words, if a folder is shared by someone else, giving you read/write access to the folder, but you upload a 2GB file to it, then the 2GB file is owned by you and goes against your storage limit; not the storage limit of the folder owner.

Project Creation

https://cloud.google.com/resource-manager/docs/creating-managing-projects

  • It’s possible create 30 project
  • Every project can have 100 Service Account
  • Every Service Account can have 15 GB in Drive

Total space on Drive with one Google Cloud account: (100 x 15) x 30 = 45 TB

I will add a Windows Form project C#