How to upload video to youtube using google api. Without libraries
问题 I don't want to use libraries for this, I just want to send REST request to the API. Here is API reference for uploading videos. I don't see anywhere in the documentation where to put a video file. Should it be in the header or request body? Does anyone know how this HTTP request should look like? 回答1: Here is the official documentation of the Resumable Upload Protocol, which is used by all of Google's public (open source) libraries. I personally would not recommend you to implement resumable