Enum member Feature.MINE_ONLY
Show only documents owned by the user when showing items from Google Drive.
Signature
MINE_ONLY = 'mineOnly'
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["This feature focuses on displaying only the documents owned by the user from their Google Drive."],["It employs the signature `MINE_ONLY = 'mineOnly'` for implementation."]]],["The core functionality involves filtering Google Drive items to display only those owned by the user. This filtering is achieved by employing a specific setting or parameter, represented by the constant `MINE_ONLY`. When this setting is active, it ensures that the displayed document list is restricted to documents where the current user is the owner, effectively hiding documents owned by other users.\n"]]