Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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
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
Is it possible to perform Delete or Download operations on the folder shared with me on the Google Drive?
To delete a folder or file that is shared with you, you can use the files.delete method. Also, you need to an owner or organiser for the file/folder, without this permission you won't be able to perform delete operation.
For download you can use the files.get method with the ID of the file to download and the alt=media URL parameter.
alt=media