YouTube recently shut down v2 API. As a result, the fetch data request in this module is returning a generic v2 message:
https://www.youtube.com/v/UKY3scPIMd8
I created a patch to make a valid v3 API call. This patch needs to be expanded to change the API key in an administrative form, but gets the basics working.
Replace [API KEY HERE] with your valid API key to get the request working.
It looks like this also will require resaving old fields to set their data properly. Any insight or feedback is appreciated.
| Comment | File | Size | Author |
|---|---|---|---|
| video_embed_field-youtubev3-1243930-0.patch | 994 bytes | mowens |
Comments
Comment #1
mowens commentedComment #2
makdomen commentedThis works for me.
Thanks
Comment #4
plopescCommitted to 7.x-2.x-dev version.
Also added a new settings page for the module to make the YT API key configurable via UI instead of hardcoded in the module code.
Thank you @mowens
Comment #6
idebr commentedThank you both for your work on this issue! Saved my day :)