python-samples icon indicating copy to clipboard operation
python-samples copied to clipboard

🐍 Python samples for Google Workspace APIs

Results 81 python-samples issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Was expecting a download button to initiate a download of the credentials.json file after Google had activated my Calendar API ## Actual Behavior ![API_KEY_ISSUE](https://user-images.githubusercontent.com/24443195/65394286-60584d80-dd51-11e9-8930-c2b0213fe254.PNG) ## Steps to...

## Expected Behavior Connection request always succeeding or timing out ``` DEBUG __call__(117) Making request: POST https://oauth2.googleapis.com/token DEBUG _new_conn(959) Starting new HTTPS connection (1): oauth2.googleapis.com:443 DEBUG _make_request(437) https://oauth2.googleapis.com:443 "POST /token...

## Expected Behavior print document title ## Actual Behavior ![image](https://user-images.githubusercontent.com/13403284/68086212-14d2ac80-fe84-11e9-804f-96663285ef33.png) ## Steps to Reproduce the Problem 1.python quikstart.py on localhost 1.authod success 1.error ## Specifications - Python version (`python --3.6`)...

## Expected Behavior Allow quickstart access ## Actual Behavior Redirect to localhost ## Steps to Reproduce the Problem 1. I edit the script to reflect one of my sheets 2....

docs/Quickstart.py says it will pop open a web browser window or tab at startup and prompt you for authentication to a bucket. It doesn't do that. It gives a failure...

enhancement

When doing the [Python Quickstart](https://developers.google.com/sheets/api/quickstart/python) for Google Sheets, on Windows 10, it gives an error: `[WinError 10013] An attempt was made to access a socket in a way forbidden by...

This pull request addresses the enhancement in #111 . Basically, if a user follows the quickstart instructions out of order by running `python quickstart.py` before downloading `credentials.json` in step 1...

Use the latest OAuth library and remove the deprecated oauth2client. https://google-auth.readthedocs.io/en/latest/

enhancement

https://github.com/googleworkspace/python-samples/blob/44f307f5548d1c4d225746264a7bc4568e9c735e/drive/snippets/drive-v3/file_snippet/upload_basic.py#L44-L45 [This sample](https://github.com/googleworkspace/python-samples/blob/main/drive/snippets/drive-v3/file_snippet/upload_basic.py) uses the `fields` argument but I don't see this in the [API documentation](https://developers.google.com/drive/api/v3/reference/files/create). It seems to be a bug in the sample code.

Can someone give an example of a conventional commit for [this pull request](https://github.com/googleworkspace/python-samples/pull/364)? Thanks!