Fixed
Status Update
Comments
am...@google.com <am...@google.com>
ah...@gmail.com <ah...@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
When generating Apks from Bundle through bundletool, the deviceSpec passed to bundletool does not include parameter that indicate if SdkRuntime is supported or not.