-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error to upload files to vimeo #43
Comments
me too...
|
seems the upload files is not working more, only works pull_upload by the link |
Did you manage to find any solution? |
@isaeviv I am using pull_upload.. I save my file in public tmp files so it have a url https:://yourdomain/yourfile. it works to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EXAMPLE:
file = File.open("#{Rails.root}/public/recording/test/video.mp4")
@token = Rails.application.credentials.dig(:vimeo, :token)
@vimeo_client = VimeoMe2::User.new(@token)
@vimeo_client.upload_video(file)
the video is uploaded but return error.
Something went wrong
To continue, contact our support team (make sure you have your IP address), and mention code
W4A0F6
.The text was updated successfully, but these errors were encountered: