I successfully uploaded a video to YouTube using YouTube Data API v3. No third party libraries were used. Now I want to update the title and description of an uploaded video
Not sure why, but if I include the entire json
response from the actual upload, it works. That is, to update the description I do the following:
Hence, updating using a stripped down json does not seem to work.