Stay organized with collections
Save and categorize content based on your preferences.
EditorFileScopeActionResponse
Makes changes to an Editor, such as Google Docs, Sheets, or Slides in reaction to an action taken
in the UI. For example a request for drive.file scope for the current active
document.
[[["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-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eEditorFileScopeActionResponse\u003c/code\u003e facilitates changes to Google Editors (Docs, Sheets, Slides) based on user actions, like requesting file access.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003eprintJson()\u003c/code\u003e method, primarily for debugging, that returns a JSON string representation of the object.\u003c/p\u003e\n"]]],[],null,["EditorFileScopeActionResponse\n\nMakes changes to an Editor, such as Google Docs, Sheets, or Slides in reaction to an action taken\nin the UI. For example a request for `drive.file` scope for the current active\ndocument. \n\nMethods\n\n| Method | Return type | Brief description |\n|-----------------------------|-------------|------------------------------------------------|\n| [printJson()](#printJson()) | `String` | Prints the JSON representation of this object. |\n\nDetailed documentation \n\n`print``Json()` \nPrints the JSON representation of this object. This is for debugging only.\n\nReturn\n\n\n`String`"]]