• jamminjames

    (@jamminjames)


    I’ve seen your reply to others with this problem:

    “For the problem, it related to the quota of request for your account.
    Because, Google allows for 50000 request per month/per user.
    So seem your website has high traffic, that is awesome!

    Solution:
    I put the cache function on plugin to reduce request to youtube server – helps you get out of quota limitation. Simple, just go to Cache tab on my plugin setting and turn on it. You can set timeout cache is 1 day.”

    … However, this doesn’t seem right. One person you said that to explained they had a test site, with only a couple views a day! I know there’s no way we’re getting 50000 requests either per month. So something’s not right.

    We do have the cache set up as you say.

    Please look into this problem further, it’s probably a coding issue in the plugin. Please let me know what we can do to get it working again.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jamminjames

    (@jamminjames)

    Youtube’s request limit is supposed to reset each day, but this issue remains.

    It’s probably a Youtube API issue with your plugin. Youtube gives you x number of “units” a day; a query can be multiple units, depending on what you’re doing:

    A simple read operation that only retrieves the ID of each returned resource has a cost of approximately 1 unit.

    A write operation has a cost of approximately 50 units.

    A video upload has a cost of approximately 1600 units.

    Perhaps your plugin is requesting uploads or writes when it should just be reads.

    Please fix. Thanks!

    Thread Starter jamminjames

    (@jamminjames)

    I think it must be a change to the Youtube API. Other plugins have the same problem now. We have VERY FEW views to our videos, so this quota error is ridiculous. Please investigate changes to the Youtube API. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“You have exceeded your quota” error. Your solution doesn’t work.’ is closed to new replies.