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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v2` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-auth-httplib2](https://togithub.com/GoogleCloudPlatform/google-auth-library-python-httplib2) | `==0.0.3` -> `==0.1.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth-httplib2/0.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

## Expected Behavior ## Actual Behavior Step 1: Turn on the Google Calendar API https://developers.google.com/calendar/quickstart/python#step_1_turn_on_the Step 2: Install the Google Client Library pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib Step 3:...

# Description Implemented Google default authentication in apps_script_api_execute region tag of apps_script API. Fixes # (issue) ## Has it been tested? - [X] Development testing done - [ ] Unit...

## Expected Behavior Browser window should open requesting authorisation ## Actual Behavior No browser opens. Error logged to console: $ python quickstart.py Traceback (most recent call last): File "quickstart.py", line...

This example works fine, but trying to upload a new file using v3 instead of v2, fails: `build ('drive', 'v2', credentials=creds)`. That is because drive_service.files () does not have the...

I want to upload a docx file to google drive and I've already set up the client id for google drive API and downloaded the generated client_secrets.json file and added...

Is it possible to authenticate requests to Google Classroom API with Firebase User Authentication data? My ideal flow is that user hits button on front end (eg: get students from...

## Problem I'm using Gmail API to send emails with attachments within a *cloud function*. using gmail api client ```python gmail_client.users().messages().send(userId='me', body={'raw': raw_string}).execute() ``` following this Guide: https://developers.google.com/gmail/api/guides/sending#python I implemented...

## Expected Behavior quickstart.py script will give me the last 10 login as described here: https://developers.google.com/admin-sdk/reports/v1/quickstart/python ## Actual Behavior I'm trying to run the quickstart.py with a downloaded token.json for...