Open [googleapi] No filter selected

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

blipkids

PCHF Member
Oct 16, 2024
1
0
44
The following command should be used to get the list of RSS feeds of the YouTube channels I am subscribed to.

Code:
$ curl "https://www.googleapis.com/youtube/v3/subscriptions?key=xxxyyyzzz"
{
  "error": {
    "code": 400,
    "message": "No filter selected. Expected one of: mine, channelId, id, myRecentSubscribers, mySubscribers",
    "errors": [
      {
        "message": "No filter selected. Expected one of: mine, channelId, id, myRecentSubscribers, mySubscribers",
        "domain": "youtube.parameter",
        "reason": "missingRequiredParameter",
        "location": "parameters.",
        "locationType": "other"
      }
    ]
  }
}

but as you can see there is something wrong.

Why?

Here are some configuration screens accessible from the web browser

cut.webp



cut2.webp



cut3.webp

cut4.webp