< Back
Clear-GDriveTrash
Post
NAME Clear-GDriveTrash
SYNOPSIS
Clear GDrive Trash
SYNTAX
Clear-GDriveTrash [-AccessToken] <String> [<CommonParameters>]
DESCRIPTION
Clear GDrive Trash
PARAMETERS
-AccessToken <String>
Access Token for request
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
If successful, this method returns an empty response body.
NOTES
Author: Harmandeep Saggu
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Clear-GDriveTrash -AccessToken $access_token
RELATED LINKS
https://developers.google.com/drive/api ... emptyTrash
SYNOPSIS
Clear GDrive Trash
SYNTAX
Clear-GDriveTrash [-AccessToken] <String> [<CommonParameters>]
DESCRIPTION
Clear GDrive Trash
PARAMETERS
-AccessToken <String>
Access Token for request
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
If successful, this method returns an empty response body.
NOTES
Author: Harmandeep Saggu
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Clear-GDriveTrash -AccessToken $access_token
RELATED LINKS
https://developers.google.com/drive/api ... emptyTrash