googlearchive / storage-getting-started-javascript

This is a simple web-based example of calling the Google Cloud Storage API in JavaScript.
83 stars 38 forks source link

Google cloud storage don't work base on users #16

Open khmereshop opened 8 years ago

khmereshop commented 8 years ago

Hello

I just try to get my users to upload their voice recorder in mp3 file or image file to upload the file into my google cloud storage. Base on this example, it does not work base on user perspective.

  1. a user click on upload browse button to upload file without asking any other question
  2. it does not work if a user don't have cloud storage account
Chez commented 7 years ago

Did you manage to solve this issue?