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") ``` ![storage_file](https://user-images.githubusercontent.com/18191005/68128872-39c92d00-ff21-11e9-9cb4-b72cf057b4d7.png)

type: question