How can we upload files using oauth ? response = access_token.post("/foo", {:file => '/bla/aaa' }, { 'Content-Type' => 'multipart/form-data'}) is not doing the trick