Enum üyesi Feature.MINE_ONLY
Google Drive'daki öğeleri gösterirken yalnızca kullanıcıya ait dokümanları gösterin.
İmza
MINE_ONLY = 'mineOnly'
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-09 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-09 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"]]