在最初加载我的网站时,我需要从用户上传的Google云存储中加载一些图片.为了加快我的加载时间,我想以较低的分辨率获取图像.
有没有办法用URL指定它,就像一个额外的URL参数?...
我使用的签名网址如下所示:
baseURL + "?GoogleAccessId=" + GoogleAccessStorageId + "&Expires=" + Expiration + "&Signature=" + UrlEncodedSignature
Run Code Online (Sandbox Code Playgroud)
如下所示:https://cloud.google.com/storage/docs/access-control#Signed-URLs