0

I have been trying to upload a Youtube video including a JSON describing the video properties in the form data. I'm using Postman to send a multipart/form-data POST request, but I can't figure out what headers to use or how to use the boundary in the headers.

I have been searching for hours but there is no official documentation for this (specifically for Youtube) and I don't want to use resumable type request because the amount of requests i can do is limited. I have been trying to take advice from this question How do I upload a video to YouTube via an HTTP request? but to no avail...

3
  • "because the amount of requests i can do is limited" - You mean google api limits? Theese two requests will be counted as one video upload. Commented Nov 26, 2022 at 0:35
  • The limit is from my side, i can't use the resumable type option. Commented Nov 27, 2022 at 15:44
  • Some time ago i tried to find a way to upload a video in one request, but couldn't. Commented Nov 28, 2022 at 16:04

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.