Skip to content
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

Insufficient permissions for title on video #56

Open
phlegx opened this issue Dec 18, 2013 · 0 comments
Open

Insufficient permissions for title on video #56

phlegx opened this issue Dec 18, 2013 · 0 comments

Comments

@phlegx
Copy link

phlegx commented Dec 18, 2013

I instantiate the object like this:

@client_video = Vimeo::Advanced::Video.new( APP_CONFIG['vimeo']['client_id'],
                                            APP_CONFIG['vimeo']['client_secret'],
                                            :token => "USER_TOKEN",
                                            :secret => "USER_SECRET"
                                           )

Then I get the video ID by executing

@client_video.get_all('USERNAME)

and then I try to add/ change the title of that video

@client_video.set_title("VIDEO_ID", "Title change")

But I get the following error:

Vimeo::Advanced::RequestFailed: 99: Insufficient permissions, explanation: The user does not have permission to do that. Method requires write privileges; read granted.

The application and oath tokens I use are correct since I tested them with the "Vimeo::Advanced::Test"

Any ideas what might be wrong or what I'm doing wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant