strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

YouTube Comments Download #50

Closed Bawage closed 7 years ago

Bawage commented 7 years ago

Hi Guys,

I am trying to get the comments from youtube by using this tutorial "http://tillkeyling.com/facepager-and-the-youtube-api-v3-a-quick-tutorial.html#facepager-and-the-youtube-api-v3-a-quick-tutorial". However, I am getting the following error. I have tried everything that I can. If anyone can help me it would be much appreciated. { "error": { "errors": [ { "domain": "usageLimits", "reason": "keyInvalid", "message": "Bad Request" } ], "code": 400, "message": "Bad Request" } }

strohne commented 7 years ago

Just checked the tutorial, works for me. Please give some more details about what you are doing:

  1. What are your settings in Facepager?
  2. What is in the status log (make sure to cross out the api key)?
  3. What are the settings of your developer account - where did you get it? MAybe you could post a screenshot (again, make sure to cross out any credentials and personal information)
Bawage commented 7 years ago

Facepager Settings URL Path: https://www.googleapis.com/youtube/v3/commentThreads? Parameters:

part --> snippet
videoId --> <Object ID>
Key --> "empty"
key to extract --> items
key for ObjectID --> id

Status Log: 2017-03-20 15:41:12.873000 Fetching data for a from https://www.googleapis.com/youtube/v3/commentThreads?part=snippet&videoId=a&key=

YouTube Key I got the key from google developer see the screen short fp

strohne commented 7 years ago

Looks like wrong settings / nodes to me: