google-api-python-client
google-api-python-client copied to clipboard
🐍 The official Python client library for Google's discovery based APIs.
Hello, Recently I've noticed that I received a report with duplicated columns. I want to get the `AUDIENCE_COMPOSITION`. Here is the query I sent: ``` { "metadata":{ "title":"Google Display &...
#### Hey all! I've been trying to launch a cluster using a ``CUSTOM`` ``imageType`` ... #### Environment details - OS type and version: ``Ubuntu 22.04.1 LTS`` - Python version: ``3.10.6``...
While using the BatchHttpRequest class I found that it did not work behind a firewall. I found this is because even though I was giving it an AuthorizedHttp object that...
Issue : next_chunk method stores downloaded content to 'fd' file object. This downloaded content is stored in ram. As the file size increases, it consumes more RAM to store downloaded...
Firewall requirements (Domains, ports, and protocols) for the python Gmail API and authentication.
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Hey, I've tried to create a subscription using this method [monetization.subscriptions.create](https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions/create): ` google_play_api.monetization().subscriptions().create( packageName=package_name, productId=product_id, regionsVersion={"version": "2022/01"}, body=subscription_details, ).execute()` and got this error: `TypeError: Got an unexpected keyword argument regionsVersion`....
Hi There I write the code which get data with method: purchases.voidedpurchases.list(https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.voidedpurchases/list). But I don't see item `androidpublisher#subscriptionPurchaseV2` in response. Does I get list orders with status: Chargeable, Payment pending,...
I have two Google businesses, one of which is a duplicate of the other. In Google Business Profile Manager it shows as a duplicate. When getting location data via the...
The documentation for [Loopback IP address (macOS, Linux, Windows desktop)](https://developers.google.com/identity/protocols/oauth2/native-app#redirect-uri_loopback) states that >To receive the authorization code using this URL, your application must be listening on the local web server....
For an upload that inherits the MediaUpload class and is not a stream, if the size of the upload is exact multiples of the chunksize, the last chunk would be...