I\'m researching a possibility of using some cloud storage directly from client-side JavaScript. However, I ran into two problems:
Security - t
I think that the existing service providers do not allow you to query storage directly from the client. So in order to resolve the issues:
Update: Looks like Google already solves your problem. Check this out.
On https://developers.google.com/storage/docs/json_api/v1/libraries check the Google Cloud Storage JSON API client libraries
section.