google cloud storage - Bucket URL access denied -


i created first bucket, , when trying access typing storage.googleapis.com/mybucket, following in browser. totally ignorant in respect things code, , able solve issue in order able use wordpress plugin, wp2cloud, integrates google cloud storage wordpress. here's what's in browser:

this xml file not appear have style information associated it. document tree shown below. <error> <code>accessdenied</code> <message>access denied.</message> </error     

any appreciated!

you can not use storage.googleapis.com/mybucket or mybucket.storage.googleapis.com directly browser. need pass googleaccessid,expires, signature.

if want use browser need use signed urls

https://developers.google.com/storage/docs/accesscontrol#signed-urls

example of signed-urls:

http://mybucket.storage.googleapis.com/testdata.txt?googleaccessid=1234567890123@developer.gserviceaccount.com&expires=1331155464&signature=bclz9e4ua2mrrdx62tpd8snpucxvsqudg3ygpwvpcwn%2bmwbpqwguycosszcplgwreef7opgowkekk7j4wapzkzxerdoqmadrvshkszuhg8jqp1lw9tbijfe2exdooiojvmglodeagnfzcd4ftswclbal9sfpqxsqi8iqi1493mw%3d


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -