I am also interested in this. I have been using the S3 provider with great results. However, I am thinking of using Vimeo Pro and wanted to make sure that I can continue to use UMP.
I've tried to use your vimeo picker but it does not work for me maybe I'm missing some important thing. I'm entering the Access token from My app in Vimeo inside Vimeo Auth Key in my new data type.
Which version of umbraco / VimeoPlus provider are you using? It has been a long time since I've looked at this package. I just had to dust off the cobwebs to remember how I even installed this package. :) Where did you download the package from?
The Vimeo Auth Key inside the datatype is the Client Identifier or token of the new app that i've created in vimeo? I've used both values but I didn't get any result
Okay, that makes sense. I was confused as this thread was on the Universal Media Picker forum.
I have not figured out how to add a forum to the nuPicker package so I'll try to help here.
When you enter your key it will need to be an OAUTH2 "Auth Key" for your app. The regular OAUTH key has a token and a secret and you won't have a textbox for both fields. When you generate your app with Vimeo at https://developer.vimeo.com/apps/new, you'll have a page for your app. An example url is: https://developer.vimeo.com/apps/SOMEID#authentication where SOMEID is your App's id. There should be a tab for OAUTH2 authentication. Click on that tab then at the bottom right, click the "Generate Token" button. It will generate a token that can be used to connect your NuPicker Vimeo Picker to your Vimeo Pro account. This access key will allow the NuPicker to impersonate your account to do the searches so keep that info in a safe place.
Try to use the type ahead for the property editor. I don't have a working copy in front of me. It will be tomorrow before I can open that one. I can't remember if the checkbox list is supported off the top of my head.
Is your account for Vimeo a Pro or Plus account? Mine is a Pro account and my app page looks like this:
The personal access tokens section are the tokens that you are supposed to be using with this picker. I am not sure why your app doesn't have this page.
It looks like you may have the required section just a little further down. In the "Personal access tokens" section, do you have the "Generate Token" button? If you do that should give you the code you need to copy into your data type.
Let me know if you are missing that button. I may have been grandfathered in since my account was around during the older Oauth 1 days. As long as you can generate the Oauth 2 token we should be good to go.
I just did a test and it looks like the checkbox list is working. However, there seems to be a delay from the time you open the document to the time the items show up. The plugin works asynchronously so that is probably why. I'm attaching screen shots to show my setup. Please let me know if replicating this doesn't work for you.
I did the same steps like you but I'm not getting nothing :(. I'm thinking that the problem is token. Is possible if you could share your token to test in my example? Or I can send you my token to see if it works with you
I'm putting this token inside Vimeo Auth Key
Also, I'm using umbraco 7.2.8 and installed the following packages in this order:
Vimeo provider for Pro-users
Hi guys,
First of all: The Universal Media Picker is a fantastic product!
However, for the Vimeo provider, I can see it only works with the Simple API.
Are there any plans for an Advanced API provider, so that people with a Vimeo Pro can access their videos?
Best Regards,
Brian
I am also interested in this. I have been using the S3 provider with great results. However, I am thinking of using Vimeo Pro and wanted to make sure that I can continue to use UMP.
Thanks,
Justin
Hi Justin,
I've tried to use your vimeo picker but it does not work for me maybe I'm missing some important thing. I'm entering the Access token from My app in Vimeo inside Vimeo Auth Key in my new data type.
I will appreciate if you can help me.
Regards, Renzo
Hi,
Which version of umbraco / VimeoPlus provider are you using? It has been a long time since I've looked at this package. I just had to dust off the cobwebs to remember how I even installed this package. :) Where did you download the package from?
If you can't get this to work and you need V7 support I've created a new package to add vimeo pro support to nuPickers. https://our.umbraco.org/projects/backoffice-extensions/nupickers-vimeo-picker/
Hi Justin,
I've downloaded the package from https://our.umbraco.org/projects/backoffice-extensions/nupickers-vimeo-picker/
I've follow up the steps from https://bitbucket.org/blackbayousoftware/nupickers.vimeopro/wiki/Home
The Vimeo Auth Key inside the datatype is the Client Identifier or token of the new app that i've created in vimeo? I've used both values but I didn't get any result
Regards, Renzo
Okay, that makes sense. I was confused as this thread was on the Universal Media Picker forum.
I have not figured out how to add a forum to the nuPicker package so I'll try to help here.
When you enter your key it will need to be an OAUTH2 "Auth Key" for your app. The regular OAUTH key has a token and a secret and you won't have a textbox for both fields. When you generate your app with Vimeo at https://developer.vimeo.com/apps/new, you'll have a page for your app. An example url is: https://developer.vimeo.com/apps/SOMEID#authentication where SOMEID is your App's id. There should be a tab for OAUTH2 authentication. Click on that tab then at the bottom right, click the "Generate Token" button. It will generate a token that can be used to connect your NuPicker Vimeo Picker to your Vimeo Pro account. This access key will allow the NuPicker to impersonate your account to do the searches so keep that info in a safe place.
Please let me know if that gave enough detail.
Thanks,
Justin
Hi Justin,
I'm using the token generated but I'm not getting any result.
I've created the datatype using this values:
Also, I marked the field Save Format = Json
Regards, Renzo
Try to use the type ahead for the property editor. I don't have a working copy in front of me. It will be tomorrow before I can open that one. I can't remember if the checkbox list is supported off the top of my head.
I'm using the nuPickers: DotNet CheckBox Picker because I saw in https://bitbucket.org/blackbayousoftware/nupickers.vimeopro/wiki/Home.
The other controls are:
Also, I've checked that the url https://developer.vimeo.com/apps/SOMEID#authentication has a tab named Authentication not OAUTH2 authentication, it is ok? Or maybe I need to configure something else in vimeo?
Is your account for Vimeo a Pro or Plus account? Mine is a Pro account and my app page looks like this:
The personal access tokens section are the tokens that you are supposed to be using with this picker. I am not sure why your app doesn't have this page.
Hi Justin,
My account is for Vimeo Pro, this is the screenshot
I need to configure something else in vimeo to get my app page looks like you?
It looks like you may have the required section just a little further down. In the "Personal access tokens" section, do you have the "Generate Token" button? If you do that should give you the code you need to copy into your data type.
Let me know if you are missing that button. I may have been grandfathered in since my account was around during the older Oauth 1 days. As long as you can generate the Oauth 2 token we should be good to go.
Hi Justin,
It is correct, I have the required section for tokens, I've created one and used in the data type but I'm not getting any result
Okay, I'll standup a clean instance and try on my end to see if I can see what the issue could be.
Thank you very much!!!!
I just did a test and it looks like the checkbox list is working. However, there seems to be a delay from the time you open the document to the time the items show up. The plugin works asynchronously so that is probably why. I'm attaching screen shots to show my setup. Please let me know if replicating this doesn't work for you.
Hi Justin,
I did the same steps like you but I'm not getting nothing :(. I'm thinking that the problem is token. Is possible if you could share your token to test in my example? Or I can send you my token to see if it works with you
I'm putting this token inside Vimeo Auth Key
Also, I'm using umbraco 7.2.8 and installed the following packages in this order:
https://our.umbraco.org/projects/backoffice-extensions/nupickers
https://our.umbraco.org/projects/backoffice-extensions/nupickers-vimeo-picker/
Thanks Justin,
Can you send me this information to [email protected] please? I have some troubles with twitter
Regards, Renzo
is working on a reply...