标签: ruby-on-rails rest-client
我正在尝试使用RestClient通过分段请求将文件及其元数据上传到GoogleDrive。
RestClient
对于带有文件的部分,RestClient可以正确设置Content-Type标头,但是对于带有元数据的文件,我需要设置Content-Type: application/json,因为默认情况下,{{1 }}将其设置为RestClient。
Content-Type
Content-Type: application/json
有什么办法可以做到这一点?
我尝试过:
application/octet-stream