Cannot log response from videos.insert #3556
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
I have tried using the videos.insert function asynchronously as well as with a callback function. When using with a callback function the code still executes asynchronously (which was unexpected, as without a callback it executes asynchronously as well).
I cannot seem to log the response. Below is my use of the function without the callback. In this case, the upload reaches 100%, but no response is logged. The log code isn't even reached, nothing is logged after the upload reaches 100%. With the callback function, the callback is executed before the upload completes.
The text was updated successfully, but these errors were encountered: