Ben

Results 6 comments of Ben

For better understanding, I summarized my multipart form request. ``` content-type: multipart/form-data; charset=utf-8; boundary=END_OF_PART authorization: {oauth data} content-length: 347881 --END_OF_PART Content-Disposition: form-data; name="json" Content-Type: application/json; charset=utf-8 { "tags": "", "state":...

Hi @cyle , This issue seems to be not related to #88.(fortunately, #88 has resolved.) From the error response detail(code:5002, multipart/form-data content is invalid), it seems that the PUT endpoint...

Hi @sirreal , I tried. But the result is not different. The same error(code:5002, multipart/form-data content is invalid) is returned. BTW, all the image requests( POST method for creating post)...

@sirreal , I have tried exactly the same as yours, but, unfortunately, the result never changes. Whenever I make any change, the response is always '400 bad request, code:5002, multipart/form-data...

Hi @nightpool , @sirreal , I use 'GTMSessionFetcher'(by Google, latest version). It's very stable and I have no problem when creating(POST method) NPF posts with multipart/form-data and editing(PUT method) NPF...

Strangely enough, since I used the dig command in the terminal, I haven't encountered the 'host not found' error for the past two weeks. I'm not sure why, but the...