The Our documentation says that the web.config key to use for this is:
YouTube-Video:ApiKey
However, the source code suggests that it should actually be:
YouTube-Umbraco:ApiKey
Which is the correct key?! without this, it looks like the plugin will just use the default API Key (Which I guess will exceed the quota pretty quickly)?
Correct YouTube API Key setting?
Hi!
The Our documentation says that the web.config key to use for this is:
YouTube-Video:ApiKey
However, the source code suggests that it should actually be:
YouTube-Umbraco:ApiKey
Which is the correct key?! without this, it looks like the plugin will just use the default API Key (Which I guess will exceed the quota pretty quickly)?
Thanks!
This caught me out too and I was getting a quota exceeded. The documentation on umbraco.com looks to be wrong.
According to: https://github.com/warrenbuckley/YouTube-Umbraco/blob/master/YouTube/YouTubeHelper.cs
Looks like YouTube-Umbraco:ApiKey is the correct key.
Thanks Tim - in the end I just added both of them with the same value as I figure it can't do any harm as no other apps will be using those keys...!
is working on a reply...