Aaron Hedges
Aaron Hedges
This should actually still be open, it was a bad title! I'm updating it now.
Unfortunately PHP isn't built in a way that makes this easy. Stack Overflow has [some suggestions](https://stackoverflow.com/search?q=php+progress+bar), but I believe the basic idea is that you need to store this data...
This is a good catch. I believe at the moment you can work around this by manually applying the field filters to the URL. I don't think this is a...
It sounds like you are trying to use this library from your browser? Is this correct? (maybe with browserify or something).
Correct, we don't currently support using this library in the client. I believe we have seen this error in the past though, so I'll have our developers dig in further...
That's the currently 100% supported flow. We will be releasing client side logic in the future, but for now the closest option is https://github.com/websemantics/vimeo-upload. This library has client side upload,...
Looks great, our CLA system should be live soon and I'll update you when we can merge it all in!
Could you provide the full request/response pair for the initial POST to /me/videos, and the final DELETE call?
in case it helps, I came across this issue from a different angle and found some interesting behavior. I've got an example [here](https://github.com/Dashron/issue-ajv-typescript/tree/main) that works fine. Key differences: - I...