-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for uploading pictures #92
Comments
I am working on this for my own purposes. I'm sure my code could be ported over easily, but I'm getting hung up on the last step.
It always responds with |
Reading is hard sometimes. I figured it out. Here is what I ended up with. Could add an option for setting active state.
|
Actually, authorization is not required here. (It's done in the previous step; in the current step, the signature embedded in the upload URL does the trick.) |
how can I use it to upload thumbnail to my video. |
Anyone who is coming here to try to create thumbnails from a frame of the video, you can check out my comment over here: |
We have support for uploading pictures in our PHP SDK and would be nice to have that functionality here too.
Upload documentation: https://developer.vimeo.com/api/upload/thumbnails
The text was updated successfully, but these errors were encountered: