Is it possible to delete file from google drive after we have download the file to Appian using Google Drive Integration
Discussion posts and replies are publicly visible
It is possible. Check the endpoint here . You will need to pass the file Id as parameter.
Thanks Harsha
Download the file in Appian, then make an HTTP DELETE call to https://www.googleapis.com/drive/v3/files/{fileId} with OAuth authorization to delete the file from Google Drive.Make sure your integration has permissions to delete files