How to upload content directly from browser (JavaScript) to GC Storage? Is there some simple way to do it with token (in URL/cookies) or alike?
Note: no intermediary systems (like URL signers) are considered. I am looking for a way to send request from JS and and process it at GC Storage.
If no, what is the simplest solution do you know about to not introduce too many dependencies and complexity?