googleapis / google-cloud-python

Google Cloud Client Library for Python
https://googleapis.github.io/google-cloud-python/
Apache License 2.0
4.84k stars 1.53k forks source link

Google Drive APIs available in google-cloud-python? #12104

Open daxiang28 opened 11 months ago

daxiang28 commented 11 months ago

I haven't been able to find any references in the documentation to Drive integration. The quickstart documentation still references the google-api-python-client library, which is in maintenance mode and promotes migration to this library.

Does anybody have any insight on how best to integrate with this library? My primary motivations for using this library is to use this on a Lambda. The promise of a smaller package size compared to ~>50mb size of the google-api-python-client bloat since 2.0.2 due to the inclusion of the discovery_cache documents is making it impossible to deploy.

parthea commented 11 months ago

A request has been filed with the Team that maintains the Drive Activity API, as this API already has public protobuf files. Googlers See b/315538073.

If there are specific Drive APIs where you would like to see client libraries, please let us know so we can reach out to the teams internally. Alternatively, you can click the Send Feedback or Submit feature request button in the support section of any given API to reach the API team directly and request client libraries. For example, this page for the Drive API has both the Send Feedback and Submit feature request buttons.