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

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.5.0 to 1.11.0. Release notes Sourced from git's releases. Release v1.11.0 Full Changelog 292087e Supress unneeded test output (#570) 19dfe5e Add support for fetch options "--force/-f" and...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kramdown&package-manager=bundler&previous-version=2.1.0&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

The idea is to create an environment variable or a launch argument which when set to true will use the fake responses if available. This will remove the dependency of...

feature
help wanted

# Description If you have delegated domain-wide access to the service account and you want to impersonate a user account, use the with_subject method of an existing ServiceAccountCredentials object. This...

python

There's a typo here: https://github.com/googleworkspace/python-samples/blob/8bba56126492aa1508f4d8059f95c15e9776234e/slides/quickstart/quickstart.py#L35 It should be: ```text Prints the number of slides and elements in a sample presentation. ```

## Expected Behavior run ## Actual Behavior Traceback (most recent call last): File "google.py", line 5, in from google_auth_oauthlib.flow import InstalledAppFlow File "/Library/Python/2.7/site-packages/google_auth_oauthlib/flow.py", line 62, in import google.oauth2.credentials File "/Library/Python/2.7/site-packages/google/oauth2/credentials.py",...

# Summary If using a service account with domain-wide authority delegation, run this python sample code with userId=me or any email address within the organization, it will return an error:...