google-api-python-client
google-api-python-client copied to clipboard
🐍 The official Python client library for Google's discovery based APIs.
Builtin method has a limit of 10Mb: [https://googleapis.github.io/google-api-python-client/docs/dyn/drive_v3.files.html#export_media](url) You can request exportLinks field in the [Files: list](https://developers.google.com/drive/api/v3/reference/files/list): ``` curl \ 'https://www.googleapis.com/drive/v3/files/[FILE_ID]?fields=exportLinks' \ --header 'Authorization: Bearer [ACCESS_TOKEN]' \ --header 'Accept: application/json'...
**Is your feature request related to a problem? Please describe.** It would be better if we had an option to delete appscript projects using the python api client with the...
**Environment details** - OS type and version: Windows 11 Pro (22H2) - Python version: 3.10.9 - pip version: 22.0.2 - google-api-python-client version: 2.70.0 **Code example** ``` # -*- coding: utf-8...
#### Environment details - OS type and version: - Arch Linux - Python version: `python --version` - 3.10.1 - pip version: `pip --version` - 22.0.4 - `google-api-python-client` version: `pip show...
I wrote an async impl of googleapiclient + google-auth and in my impl I use the AuthorizedSession as the "http" param. There are just two small issues in doing this...
#### Environment details - OS type and version: - Python version: `3.6.8` - pip version: `21.2.3` - `google-api-python-client` version: `2.44.0` #### Code example ```python body = { "metrics": ["distinctUsers"], "timelineSpec":{...
#### Environment details - OS type and version: `macOS Monterey (v12.5.1)` - Python version: `Python 3.8.13` - pip version: `pip 22.0.4` - `google-api-python-client` version: `google-api-python-client==1.12.11` #### Steps to reproduce 1....
Thanks for stopping by to let us know something could be better! If you are still having issues, please be sure to include as much information as possible: #### Environment...
#### Environment details - OS type and version: 5.10.104-linuxkit - Python version: 3.8 - pip version: pip 22.0.4 - `google-api-python-client` version: Version: 2.65.0 I'm running a Django app dockerized on...
On App Engine Python 3.9, the Python Datastore client is raising sporadic `Unauthenticated` errors. By far, most calls are successful. Here is the stacktrace: ```python Traceback (most recent call last):...