<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Delete File From Google Drive</title><link>https://community.appian.com/discussions/f/integrations/39896/delete-file-from-google-drive</link><description>Is it possible to delete file from google drive after we have download the file to Appian using Google Drive Integration</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Delete File From Google Drive</title><link>https://community.appian.com/thread/152309?ContentTypeID=1</link><pubDate>Tue, 04 Nov 2025 05:41:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6386a227-962a-4c0c-9fea-448743d965cd</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;To delete a folder or file that is shared with you, you can use the &lt;a href="https://developers.google.com/workspace/drive/api/reference/rest/v2/files/delete"&gt;files.delete method&lt;/a&gt;. Also, you need to an owner or organiser for the file/folder, without this permission you won&amp;#39;t be able to perform delete operation.&lt;/p&gt;
&lt;p&gt;For download you can use the &lt;a href="https://developers.google.com/workspace/drive/api/reference/rest/v3/files/get"&gt;files.get&lt;/a&gt; method&amp;nbsp;&lt;span&gt;with the ID of the file to download and the&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;alt=media&lt;/code&gt;&lt;span&gt;&amp;nbsp;URL parameter.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Delete File From Google Drive</title><link>https://community.appian.com/thread/152307?ContentTypeID=1</link><pubDate>Tue, 04 Nov 2025 04:32:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:393799de-a500-488d-bfa4-47e408c9a044</guid><dc:creator>adityan0002</dc:creator><description>&lt;p&gt;Is it possible to perform Delete or Download operations on the folder shared with me on the Google Drive?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Delete File From Google Drive</title><link>https://community.appian.com/thread/152249?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 06:02:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72677fe6-068b-4993-8b4a-c753651f8405</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Download the file in Appian, then make an HTTP DELETE call to&amp;nbsp; https://www.googleapis.com/drive/v3/files/{fileId}&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;with OAuth authorization to delete the file from Google Drive.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Make sure your integration has permissions to delete files&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Delete File From Google Drive</title><link>https://community.appian.com/thread/152248?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 05:56:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ba7abc9-b3e7-43d6-9558-a7f3e2e61d85</guid><dc:creator>adityan0002</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;Harsha&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Delete File From Google Drive</title><link>https://community.appian.com/thread/152247?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 05:55:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c803c705-3a5c-4f50-929d-feab9e26226f</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;It is possible. Check the endpoint &lt;a href="https://developers.google.com/workspace/drive/api/reference/rest/v2/files/delete"&gt;here&amp;nbsp;&lt;/a&gt;. You will need to pass the file Id as parameter.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>