Uploading files to Google Cloud Storage from Localhost or external server

前端 未结 3 1292
无人及你
无人及你 2021-01-22 10:20

I want to upload files to Google Cloud Storage (Bucket) through my PHP or JavaScript application which is hosted in my localhost or external server.

As I tried the Goog

3条回答
  •  执笔经年
    2021-01-22 10:48

    You can do it creating an upload URL. With that, an user can upload files to GCS using a HTML form, check this documentation. It has all the information to do it using PHP.

提交回复
热议问题