Uploading to Google cloud storage using Signed URL and dropzone ( Vuejs )
问题 I am able to upload to Google cloud storage directly using the below form submission ( after getting signed URL using Nodejs ) <form action="https://<%=fields.bucket%>.storage.googleapis.com" method="post" enctype="multipart/form-data"> <input type="hidden" name="key" value="<%=fields.key%>"> <input type="hidden" name="bucket" value="<%=fields.bucket%>"> <input type="hidden" name="GoogleAccessId" value="<%=fields.GoogleAccessId%>"> <input type="hidden" name="policy" value="<%=fields.policy%>"