google-api-python-client icon indicating copy to clipboard operation
google-api-python-client copied to clipboard

Samples are old and miss requirements.txt

Open phaabe opened this issue 9 months ago • 0 comments

Here is an example I tried to use:

  • https://github.com/googleapis/google-api-python-client/blob/main/samples/calendar_api/calendar_sample.py

Problems

  • The imported library is here and it says that the support is turned down long time ago.
    • https://pypi.org/project/oauth2client
  • Missing requirements.txt (would have helped)

phaabe avatar Apr 30 '24 12:04 phaabe