Chad Burnette

Results 6 comments of Chad Burnette

Hi Hiroshi, I have a quick question about multipart post with a custom body. I am trying to post with one part being a JSON string and the second part...

To be a little clearer, I’m trying to recreate this type of cURL command with your gem: curl https://upload.box.com/api/2.0/files/content \ -H "Authorization: Bearer ACCESS_TOKEN" -X POST \ -F attributes='{"name":"tigers.jpeg", "parent":{"id":"11446498"}}'...

Hiroshi, just curious if this is something you will have a fix for soon. If not I need to use a workaround in my gem until this gets fixed. thanks!

hey there, checking in on this. thanks, Chad

@ckimes89 Hey, just tried pulling this package into a net core 1.1 app and it failed. Any update on building a core nuget package?

@richardschneider it would be great to get this fix as currently the FileSystem.GetAsync method fails as method not supported. It needs to be a POST and not a GET from...