Stay organized with collections
Save and categorize content based on your preferences.
DocsViewMode is an enumerated type for displaying data within a DocsView. Use
these values in calls to DocsView.setMode.
If using a scope other than https://www.googleapis.com/auth/drive or
https://www.googleapis.com/auth/drive.readonly, it is recommended to use
DocsViewMode.LIST as the user has not granted access to thumbnails.
[[["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 2024-09-27 UTC."],[[["`DocsViewMode` is used to control how documents are displayed within a DocsView, offering either a grid or list view."],["It's recommended to use `DocsViewMode.LIST` when using scopes without thumbnail access permissions to avoid potential issues."],["The two available display modes are `GRID` for a thumbnail view and `LIST` for a detailed list view, controllable through `DocsView.setMode`."]]],[]]