Elijas / auto-youtube-subscription-playlist-2

Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
MIT License
248 stars 54 forks source link

Hitting Daily Quota limit after first execution #60

Closed SidGauVic closed 4 years ago

SidGauVic commented 4 years ago

Upon first execution of the Updateplaylist function (after the timestamp is settled) videos will add. However, any attempt to update the sheet afterwards results in the following error: "API call to youtube.playlistItems.insert failed with error: Daily Limit Exceeded."

I've tried to access the quota and view the project, but every time I follow the link it says "failed to load". Is there something I'm missing in the setup to allow me to access the project? Should I try to manually setup the spreadsheet and script vs copying the sheet to see if that resolves the issues?

victorjzsun commented 4 years ago

The link they provide is most likely to a default project that you can't view. From the sheet, can you go to Tools -> Script Editor -> Resources -> Cloud Platform Project... and tell me what it says under Cloud Platform Project? It will most likely say This script has an Apps Script–managed Cloud Platform project. If so, you'll most likely need to create a new Google Cloud Platform project and make the script point there, in order to check quotas there. I'll figure out the steps to do so in the meantime.

victorjzsun commented 4 years ago

@SidGauVic I have just made a change to the code, which reduces the quota usage. Please make a copy of the sheet again, follow the setup instructions again, and let me know if it works.

victorjzsun commented 4 years ago

Closing due to outdated