Error “503 : Service unavailable” while trying to upload a video with the YouTube API
问题 Answered : The X-Upload-Content-Length value had a space in it. Question : I want to use the Youtube API to upload videos from a desktop application, in C++. I implemented the Resumable Upload, everything worked on Friday 19/07 in the afternoon, I could upload a couple of small videos, and since then I always get an error when using my app : "503 : Service Unavailable". I found several threads treating this topic, it seems there were two solutions : Retry the request several times in a row