Fixed
Status Update
Comments
sp...@google.com <sp...@google.com>
pr...@google.com <pr...@google.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
aosp/1969360 adds necessary deprecations for T DP1, including in
CryptoObjectUtils
. Please check whether Biometric needs to be updated to use replacement APIs.Note that main branch is not on T DP1 yet, but platform-dev is. We added the annotations upstream to avoid future merge conflicts.