Google Drive Picker TypeScript - Types Updated
Created on.
Read in 1 minute.
Last week I submited apull request to the DefinitelyTyped repository for the Google Drive Picker API. Not a big deal in itself, but these types are generated from the same source as theGoogle Drive Picker reference documentation andshould be more correct and consistent than the community types that were previously in the DefinitelyTyped repository.
The versions of@types/google.picker
in this switchover are:
@types/[email protected]
=== old community types@types/[email protected]
=== new autogenerated types
You can update with the following command:
npminstall-D @types/google.picker@^0.0.44
If you find any mistakes or inconsistencies in the types, please open an issue athttps://issuetracker.google.com/issues/new?component=191628 and not the DefinitelyTyped repository since the Google team will need to make the changes.
Related
- Drive File Get Blob and Scopes in Google Apps Script
- Embed images from Google Drive in your website
- Promises, async and await in Google Apps Script
- Google Apps Script: google.script.run vs. doGet/doPost Endpoints
- How to Set Google Meet Access Settings for a Calendar Event
- Google Forms - title vs name vs documentTitle
Previous
Google Forms - title vs name vs documentTitle
About the author
I am a Developer Relations Engineer at Google and current or past member of teams such as Google Maps and Google Workspace. See more related work below or at#code and#google. I also syndicate this content todev.to/jpoehnelt.