Stay organized with collections
Save and categorize content based on your preferences.
Feature is an enumerated type, for turning on/off features for various views.
Use these values in calls to PickerBuilder.enableFeature and
PickerBuilder.disableFeature.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[],[],null,["`Feature` is an enumerated type, for turning on/off features for various views.\nUse these values in calls to `PickerBuilder.enableFeature` and\n`PickerBuilder.disableFeature`.\n\nSignature \n\n export enum Feature\n\nMembers\n\n| Name | Description |\n|-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|\n| [`MINE_ONLY`](./picker.feature.mine_only) | Show only documents owned by the user when showing items from Google Drive. |\n| [`MULTISELECT_ENABLED`](./picker.feature.multiselect_enabled) | Allow user to choose more than one item. |\n| [`NAV_HIDDEN`](./picker.feature.nav_hidden) | Hide the navigation pane. If the navigation pane is hidden, users can only select from the first view chosen. |\n| [`SIMPLE_UPLOAD_ENABLED`](./picker.feature.simple_upload_enabled) | For photo uploads, controls whether per-photo `DocumentObject` (as opposed to per-album) `DocumentObject` is enabled. |\n| [~~`SUPPORT_DRIVES`~~](./picker.feature.support_drives) | *(Deprecated)* Whether shared drive items are included in results. |"]]