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

Error for me when executed. #2

Closed noosferatuu closed 11 years ago

noosferatuu commented 11 years ago

Hi , first of all thanks for this awesome code ! Just a notification for other users who have an error when running this code.

At line 397 got "Cannot read property 'method' of undefined " .

To solve this error, i just delete ".b" at line 397 and line 398.

Hf , Noos.

jsimonweb commented 11 years ago

This should now be resolved since the most recent updates to the index.html file.