Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@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
API scrub feedback for TabRow:
BottomNavigation
(removeitems
in params, etc)ScrollableTabRow
andTabRow
IndicationContainer
- think about moving to modifiers to just renameTabRowConstants
TabRowConstants
TabPositions
instead of list<TabRow.TabPosition> - mark @Immutable