I'm newbie in Youtube API and I trying upload a video by NodeJS, but is returning this error.
<errors xmlns='http://schemas.google.com/g/2005'>
<error>
<domain>GData</domain>
<code>ServiceForbiddenException</code>
<internalReason>Currently authenticated user does not have write access to username: "marlos"'s videos.</internalReason>
</error>
</errors>
What I have do for resolve this problem?