Content-transfer-encoding: BASE64 BOX-API
问题 I would like to know if "Content-transfer-encoding: BASE64" used inside multipart HTTP POST request body is supported by BOX. The problem I have is that I generated the following body: -------boundary Content-Disposition: form-data; name="filename"; filename="82b.gif" Content-Type: image/gif Content-Transfer-Encoding: BASE64 $base64_encoded_binary_file_content -------boundary Content-Disposition: form-data; name="parent_id" 123456789 -------boundary-- and sent the http request to https:/