I am trying to get all the channels list from YouTube that were made during covid time and getting an error of invalid argument when I use type= channel in my code otherwise when I use type=video this code works fine but I really want to get the list of list's that were made during a specific time . Below is my code plz checkhttps://developers.google.com/youtube/v3/docs/search/list?apix_params=%7B"part"%3A%5B"snippet"%5D%2C"location"%3A"30.3753%2C%2069.3451"%2C"locationRadius"%3A"50km"%2C"maxResults"%3A50%2C"order"%3A"date"%2C"publishedAfter"%3A"2019-11-01T00%3A00%3A00Z"%2C"publishedBefore"%3A"2021-11-01T00%3A00%3A00Z"%2C"q"%3A"business"%2C"type"%3A%5B"channel"%5D%7D
↧