Assigned
Status Update
Comments
mh...@gmail.com <mh...@gmail.com> #3
Hi,
Thank you for quick response. Yes, I actually copied curl code above from the API explorer.
I also tried with Python code below:
request = youtube.search().list(
part="snippet",
maxResults=50,
order="viewCount",
publishedAfter="2024-09-01T00:00:00Z",
q="artificial intelligence",
videoPaidProductPlacement="true",
)
response = request.execute()
return response
This also gave me invalid parameter error:
TypeError: Got an unexpected keyword argument videoPaidProductPlacement
Description
- Description Query issues, with API need Query incressed
rateLimitExceeded userRequestsExceedRateLimit The user has sent too many requests in a given timeframe.
PLEASE HELP!!