DinaWork
Results
1
issues of
DinaWork
I manage to upload multipart file to storage but the file type isn't set, how can I set the file type? ``` GoogleApi.Storage.V1.Api.Objects.storage_objects_insert_simple( Connection.get(), "my-bucket_id", "multipart", %{name:"my-file.xml"}, "path/to/my/file.xml") ``` 
type: question