ADO.NET Provider for Google Drive

Build 26.0.9655

RestoreFromTrash

Restores a file or resource from the trash.

Stored Procedure-Specific Information

The Id input specifies the unique identifier of the file or resource to be restored from the Google Drive trash.

To execute this procedure, enter:

    EXEC RestoreFromTrash Id = 'fileId'

Input

Name Type Description
Id String The unique identifier of the file or resource in Google Drive to be restored from the trash.

Result Set Columns

Name Type Description
Success Boolean If the value is 'true', the file has been restored from the Google Drive trash. If 'false', the operation has failed.

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