0

Here we have vimeo aframe demo app https://glitch.com/edit/#!/join/33131776-fd15-4fb4-bf54-f46db97e5409

In .ENV file need to provide valid api key e.q:

VIMEO_TOKEN=[TOKEN REDACTED] /*somewhy not valid api token*/
ENV=dev

Could you please provide working VIMEO_TOKEN. why i need it? need to see demo vimeo a-frame component With video, not with empty blackscreen.

Tommy Penner
  • 2,910
  • 1
  • 11
  • 16

1 Answers1

0

You need a valid access token to interact with the Vimeo API. Note that direct video file links are only returned for Vimeo Pro members and higher: https://help.vimeo.com/hc/en-us/articles/224823567-Third-party-player-links

Check out Vimeo's authentication docs here: https://developer.vimeo.com/api/authentication

Tommy Penner
  • 2,910
  • 1
  • 11
  • 16
  • okay, so key prhase here Note that direct video file links are only returned for Vimeo Pro members and higher . – Konstantin P Oct 10 '19 at 15:10
  • Hello, we have made pro trial , to be sure tha api key on glitch works, but can not get api key working. Please also see this github issue https://github.com/vimeo/aframe-vimeo-component/issues/19 – Konstantin P Nov 16 '19 at 16:25
  • The goal, is: to make aframe video starter app on glitch (or on localhost aframe vimeo start app) to make it Work with generated api key , like here https://vimeo-authy.herokuapp.com/auth/vimeo/webgl – Konstantin P Nov 16 '19 at 16:27
  • Are you generating a token with the `video_files` scope? – Tommy Penner Nov 18 '19 at 20:58
  • @KonstantinP See Table 1 here: https://developer.vimeo.com/api/authentication#table-1 – Tommy Penner Dec 13 '19 at 21:01