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 The quickstart.py example (https://developers.google.com/apps-script/api/quickstart/python) should run successfully. ## Actual Behavior Exits with the following error: ``` Traceback (most recent call last): File "quickstart.py", line 83, in main()...

## Expected Behavior Access a spreadsheet via Sheets API as described here: https://developers.google.com/sheets/api/quickstart/python ## Actual Behavior Running the code triggers an auth URL opening in a browser, and after going...

![image](https://user-images.githubusercontent.com/20767537/95734965-c7c3a100-0cb6-11eb-8702-3f50417ec070.png) ![image](https://user-images.githubusercontent.com/20767537/95735057-ea55ba00-0cb6-11eb-9c15-d2ef22e15e43.png)

shows adonai@penguin:~$ python quickstart.py Traceback (most recent call last): File "quickstart.py", line 4, in from googleapiclient.discovery import build ImportError: No module named googleapiclient.discovery adonai@penguin:~

## Expected Behavior Was trying the "Quickstart" for python. The sample was supposed to open a new window or tab in your default browser. ## Actual Behavior Traceback (most recent...

This tutorial demonstrates the different capabilities of the Google Drive Python API, including creating folders, uploading files, adding custom file properties, and searching using these properties. I started using the...

## Expected Behavior Please visit this URL to authorize this application: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=xxx.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A63472%2F&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly&state=xxx&access_type=offline Then browser opens URL and user authenticates to account then token.pickle gets created and the following gets displayed...

## Expected Behavior Hi, I want to use the code provided here to generate a pickle file. ## Actual Behavior after I follow all the steps and hit the final...

After using a refresh token the newly acquired access token and expiration time should be saved for reuse.

When I run my script in Vscode I get this opened in Edge : Authorisation Error Error 401: deleted_client The OAuth client was deleted. and when I click the link...