Firebase Storage upload php
问题 I'm currently trying to upload to the Firebase Cloud Storage using php, but running into an issue. I have a form in html, that takes the uploaded file (in my case an image), and passes it to a php file. This image is very small, 12.8kB, and a JPEG image. The php file takes the image, and tries to upload it to the storage. My current php code is roughly: $storage = new StorageClient(['projectId' => '<my_project_id> ']); $bucket = $storage->bucket('images'); $bucket->upload($_FILES[