├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── main.py └── requirements.txt /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/cloud-function-edit-drive-permissions/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/cloud-function-edit-drive-permissions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/cloud-function-edit-drive-permissions/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/cloud-function-edit-drive-permissions/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/cloud-function-edit-drive-permissions/HEAD/requirements.txt --------------------------------------------------------------------------------