i trying extract video comments through, using youtube api's v3, videoid.
error: client secrets invalid: missing property "redirect_uris" in client type of default value redirect_uris. redirect_uris not present, default, in client_secrets.json file.
kindly provide solution.
redirect uris easy setup. go google dev console, head oauth clientid , add "oauth2callback" @ end of uri origin.
for example, my uri origin http://localhost
since test on computer. redirect uri http://localhost/oauth2callback
. of course, make sure you're using correct oauth clientid in app.
Comments
Post a Comment