Open luc-phan opened 2 years ago
Hi there! Is this error still occurring? If so, could you try making the specifying part
as the last parameter, like so?:
request = youtube.playlists().list(
mine=True,
part="SOMETHING"
)
run_console
with run_local_server
.part="id"
, it works.Thanks.
Environment details
google-api-python-client
version: 2.63.0Steps to reproduce
true
.playlists.py
.client_secrets.json
.playlists.py
.pipenv install google-api-python-client
.pipenv install google-auth-oauthlib
.pipenv shell
python playlists.py
Code example
Stack trace