ADO.NET Provider for Google Drive

Build 25.0.9539

GetDocumentContent

Extract the text from a document.

Input

Name Type Description
Id String The ID of the Google Doc to retrieve.
SuggestionsViewMode String Specifies how suggestions are displayed in the document. Options include showing all suggestions inline, showing only accepted suggestions, or showing only rejected suggestions. If not set, DEFAULT_FOR_CURRENT_ACCESS is used.

The allowed values are DEFAULT_FOR_CURRENT_ACCESS, SUGGESTIONS_INLINE, PREVIEW_SUGGESTIONS_ACCEPTED, PREVIEW_WITHOUT_SUGGESTIONS.

IncludeTabsContent Boolean Specifies whether to include the content of tabbed sections in the document. Set to true to include tab content; set to false to exclude it.

Result Set Columns

Name Type Description
Content String The content of the Google Doc in JSON format.
Success Boolean Indicates whether the operation was successful.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539