ADO.NET Provider for Google Drive

Build 26.0.9655

MoveToTrash

Moves a file or resource to the trash.

Stored Procedure-Specific Information

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

To execute this procedure, enter:

    EXEC MoveToTrash Id = 'fileId'

Input

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

Result Set Columns

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

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