Code Monkey home page Code Monkey logo

Comments (10)

rpassis avatar rpassis commented on September 14, 2024

Hi @Crissfade thanks for opening this issue!

Are you able to confirm that the video you are trying to fetch is owned by the authenticated account?

from vimeonetworking.

NullGraviton avatar NullGraviton commented on September 14, 2024

Hi @Crissfade thanks for opening this issue!

Are you able to confirm that the video you are trying to fetch is owned by the authenticated account?

Yes. I confirm that I'm trying to fetch video files owned by the authenticated account.
And even more, I found interesting case:
If I'm trying to fetch video file data, using "Bearer " from response of clientId and clientSecret authentication method with "scope = [.public, .private, .videoFIles]", I did not received any file.
But if I'm trying to fetch video file data, using "Bearer " from developer panel at "developer.vimeo.com" where I can generate Bearer using "scope = [.public, .private, .videoFIles]", I received all needed information, without any problems.

from vimeonetworking.

djanaviciusito avatar djanaviciusito commented on September 14, 2024

Hi @Crissfade, I had the same issue. What I did to make it work:

  • added video_files scope to my app accessToken
  • changed keychainServiceKey to new one when generating AppConfiguration

from vimeonetworking.

NullGraviton avatar NullGraviton commented on September 14, 2024

Hi @djanaviciusito . I was try to do the same, but no positive result. Unfortunately "changed keychainServiceKey to new one when generating AppConfiguration" doesn't helped also. The only way to get VN (VimeoNetworking) work is generate "AccessToken" at dev panel, as I described. I will try your solution later, with an own demo app. Thanks for helping.

from vimeonetworking.

rpassis avatar rpassis commented on September 14, 2024

Hi @Crissfade have you been able to solve this issue?

from vimeonetworking.

Hurricane1111 avatar Hurricane1111 commented on September 14, 2024

Hi @Crissfade have you been able to solve this issue?

No. Actually I left generated access token as I described early. Do you have any news about this?

from vimeonetworking.

rpassis avatar rpassis commented on September 14, 2024

Just to avoid any confusion @Hurricane1111, are you the same user as @Crissfade or are you saying to have a similar issue?

from vimeonetworking.

Hurricane1111 avatar Hurricane1111 commented on September 14, 2024

Just to avoid any confusion @Hurricane1111, are you the same user as @Crissfade or are you saying to have a similar issue?

Oh, sorry to confused you. Yes. I am the same user.

from vimeonetworking.

rpassis avatar rpassis commented on September 14, 2024

Hi @Crissfade thanks for confirming!

I noticed that you are using the clientCredentialsGrant credentials method of the AuthenticationController. Note that what this returns you is an unauthenticated user so you will not have access to the Video Files scope as per the documentation:

Execute a client credentials grant request. This type of authentication allows access to public content on Vimeo.

For that you will need to authenticate first, then request the video(s) (or alternatively use an authenticated access token as you've already figured out).

I hope that helps but please feel free to get in touch if you have any questions!

from vimeonetworking.

NullGraviton avatar NullGraviton commented on September 14, 2024

Hi @Crissfade thanks for confirming!

I noticed that you are using the clientCredentialsGrant credentials method of the AuthenticationController. Note that what this returns you is an unauthenticated user so you will not have access to the Video Files scope as per the documentation:

Execute a client credentials grant request. This type of authentication allows access to public content on Vimeo.

For that you will need to authenticate first, then request the video(s) (or alternatively use an authenticated access token as you've already figured out).

I hope that helps but please feel free to get in touch if you have any questions!

@rpassis Thanx for helping me. I leave this as it for now.
I'm closing this issue.

from vimeonetworking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.