Git Product home page Git Product logo

youtube-sorter's People

Contributors

dependabot[bot] avatar scp002 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

youtube-sorter's Issues

Youtube Data API Quota Limit Query

Hey - thanks for the app, just got a quick question I had about how Youtube API Quotas work.

So by enabling OAuth, each client gets 10,000 quota limit or is that limit attached to the application itself (registered via Google). Essentially can each user that sign-ins to the app gets 10,000 limit or the app can only make 10,000 quota worth of requests?

If latter is true, how do/did you manage the traffic?

Oh and btw its returning an error:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. YouTube Data API has not been used in project 776628692021 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=776628692021 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
    "extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=776628692021"
   }
  ],
  "code": 403,
  "message": "Access Not Configured. YouTube Data API has not been used in project 776628692021 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=776628692021 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
 }
}

So, I'm assuming I should client_id and register my own app to do the sorting since Quota is in fact registered per application instead of user logged in?

Cannot change the client ID

Hi!
When I specify my own client ID, I have this error on the console and the Sign-in button is not clickable.

{
	"details": "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the [Migration Guide](https://developers.google.com/identity/gsi/web/guides/gis-migration) for more information.",
	"error": "idpiframe_initialization_failed"
}

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.