I need to upload and share my documents using google cloud and node js. I have created a google cloud account and also made bucket,folder and object in google storage using console.developers.google.com web page.
I have some doubts
- How many buckets are created for a single project(if it possible to
create 1 million buckets?)
- How to share a folder ?
- If it possible to genarate auth token for accessing objects in the buckets?(to public, token changed in every request)