Replies: 1 comment
-
It definitely worked once as it was made for the youtube API, and the CLI code for the YouTube API would have the code that uses the API with resumable uploads. Probably that's a place to look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying out the
upload_resumable
feature, uploading videos with the youtube api, but it doesnt seem to have any clear way to use it? or to make it work.I was looking at this part of the documentation
ive created a Delegate and have triggered for it to cancel with
cancel_chunk_upload
. i have been able to store the upload url with thestore_upload_url
and return it inupload_url
. But it doesnt seem to do anything?Upon looking a bit in the source code it seems that the
upload_url
method that it says it uses to resume the upload is not even called. andstore_upload_url
is never called with the value of NoneIs there another way to trigger resuming the upload that im missing? was this never fully implemented?
Beta Was this translation helpful? Give feedback.
All reactions