dev-resources.site
for different kinds of informations.
Google Drive Picker TypeScript - Types Updated
Published at
11/4/2024
Categories
googledrive
googleworkspace
typescript
Author
Justin Poehnelt
Last week I submited a pull 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 the Google Drive Picker reference documentation and should 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:
npm install -D @types/google.picker@^0.0.44
If you find any mistakes or inconsistencies in the types, please open an issue at https://issuetracker.google.com/issues/new?component=191628 and not the DefinitelyTyped repository since the Google team will need to make the changes.
Articles
12 articles in total
Google Drive Picker TypeScript - Types Updated
currently reading
How to Set Google Meet Access Settings for a Calendar Event
read article
Google Workspace Developer Summits - 2024 - Boston and Berlin
read article
Google Sheets API - IMPORT / Image - Bypass User Consent
read article
SvelteKit: Convert base64 slugs to UUIDs automatically in a derived store
read article
Google Apps Script: google.script.run vs. doGet/doPost Endpoints
read article
Drive File Get Blob and Scopes in Google Apps Script
read article
My Debian development environment setup
read article
Google Cloud Region Latency in Google Apps Script
read article
Optimizing Parallel Jobs in a Github Workflow
read article
Google Next 24 - Rust, Python, and WASM in Apps Script
read article
Promises, async and await in Google Apps Script
read article
Featured ones: