MarkEdmondson1234 / youtubeAnalyticsR

YouTube Analytics API into R
Other
17 stars 7 forks source link

GET calls go to the old version #9

Open gdunal opened 4 years ago

gdunal commented 4 years ago

The URLs in the functions need to be updated with V5 instead of 2. All GET functions go to the version 2, so the package doesn't work at the moment.

url <- "https://youtubeanalytics.googleapis.com/v2/reports"

Thanks, Gizem