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.

CommentFileSizeAuthor
video_embed_field-youtubev3-1243930-0.patch994 bytesmowens

Comments

mowens’s picture

Issue summary: View changes
makdomen’s picture

This works for me.

Thanks

  • plopesc committed 603fc31 on 7.x-2.x
    Issue #2487147 by mowens, plopesc: YouTube API v3.0 Data Request
    
  • plopesc committed 637da2c on 7.x-2.x
    Issue #2487147 by mowens, plopesc: New Menu architecture
    
  • plopesc committed 7fc0306 on 7.x-2.x authored by mowens
    Issue #2487147 by mowens: YouTube API v3.0 Data Request
    
plopesc’s picture

Status: Active » Fixed

Committed 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

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

idebr’s picture

Thank you both for your work on this issue! Saved my day :)