I'm looking to at a way to create a folder inside a bucket using the following client library: https://cloud.google.com/storage/docs/json_api/v1/json-api-dotnet-samples
I've looked at the following thread, and it appears I need to use the simple method upload. Creating folder in bucket google cloud storage using php
I can't see any way of being able to specify a uploadtype
, all requests appear to be uploadType=resumable
.
Looking at the above post and a fiddler trace I need to use uploadType=media
. Is there away to accomplish this?