# How to check if a name file exists in Google drive to not upload it

**URL:** https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705
**Category:** Beginner Questions
**Tags:** filters
**Created:** [March 19, 2025, 11:18am UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705 "2025-03-19T11:18:37Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Daniel\_Apple\_Busines](https://avatars.discourse-cdn.com/v4/letter/d/ac91a4/32.png) [@Daniel\_Apple\_Busines](https://community.make.com/u/Daniel_Apple_Busines)
#### Post date: [March 19, 2025, 11:18am UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705/1 "2025-03-19T11:18:37Z")

</div>

Hi there,  
i am new here and also new creating automations. I am trying to came up with a very specific scenario, and doing some testing, i would like to understand how can i check if a file exists in google drive to not upload it. I am able to run that simple scenario, getting a file from an email, and upload it to Google drive, however, i would like to add a logic to not upload it if already exists. Once in drive, i need to identify fields within the pdf file to perform actions.. but thats another step 🙂  
Thanks all for your help.

 ![Screenshot 2025-03-19 at 12.43.40](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/1/d1deb5cdcfe6fb34ff6afff2e63a0e5479bbd5a5.png)  
 ![Screenshot 2025-03-19 at 12.43.55](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/6/461bf25e824f2458aa2c1b1372110e98e3c46196.jpeg)  
 ![Screenshot 2025-03-19 at 12.44.04](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/f/e/fee5d7e4f0853878743e54c2409e58651b86799a.png)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [March 19, 2025, 3:24pm UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705/2 "2025-03-19T15:24:05Z")

</div>

Welcome to the Make community!

Set this to “`1`”.

 ![Screenshot 2025-03-19 at 12.43.55](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/f/b/fb24aa05427aef8bd118138d1f25cea857d530f2.jpeg)

In your filter, paste this:

```plaintext
{{ 6.` __IMTLENGTH__ ` }}

```

```plaintext
Numeric Operators: Equal to

```

```auto
0

```

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

### Getting Started

- [Help Centre](https://www.make.com/en/help) | [Tutorials](https://www.make.com/en/help/tutorials.html) – Make “Manual”
- [Make Academy](https://academy.make.com) – Basics 101: Learn Make and get certified

### Help Centre Basics

- [Mapping](https://www.make.com/en/help/mapping/mapping) – What is mapping? What can I map?
- [Mapping with arrays](https://www.make.com/en/help/mapping/mapping-arrays) – How to map items in an array
- [Aggregate an array for mapping complex fields](https://www.make.com/en/help/tools/flow-control#customizing-the-output)
- **Date Format** : [tokens for `parseDate`](https://www.make.com/en/help/functions/tokens-for-date-time-parsing) | [tokens for `formatDate`](https://www.make.com/en/help/functions/tokens-for-date-time-formatting)
- [HTTP modules](https://www.make.com/en/help/tools/http) – Make a request, Get (download) a file
- [Webhooks](https://www.make.com/en/help/tools/webhooks) – Error Handling, Responding to webhooks

### Articles & Videos

- [Router Magic Formula](https://www.youtube.com/watch?v=4Q-5BsCtJu4) - YouTube
- [Error Handlers in Make](https://www.youtube.com/playlist?list=PLRE9E-rAD8U10mx2TRs54Nq1XJDdK9Kx4) - YouTube playlist
- [Getting started with OpenAI](https://community.make.com/t/getting-started-with-openai-gpt-3-and-make/7796) - How to setup and use OpenAI (ChatGPT) in Make
- [How to use Regex in Make](https://community.make.com/t/how-to-use-regex-in-make/202) - How to use pattern matching to extract the text you want
- [Webhooks – Make Academy](https://academy.make.com/courses/IntermediateC04) – tutorial on how to use Webhooks

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the [Make Academy](https://academy.make.com) will save you lots of time and frustration using Make.

---

<div class="post-metadata">

### Author: ![Daniel\_Apple\_Busines](https://avatars.discourse-cdn.com/v4/letter/d/ac91a4/32.png) [@Daniel\_Apple\_Busines](https://community.make.com/u/Daniel_Apple_Busines)
#### Post date: [March 19, 2025, 4:45pm UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705/3 "2025-03-19T16:45:45Z")

</div>

Thx for the quick answer, i wil try right now.. In the filter, you say to add that in the condition field?  
thx for the material, will review slight\_smile:

 ![Screenshot 2025-03-19 at 17.51.49](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/2/c2d8c7f73a24da39e806323f1511479e70d2b3b0.png)

I have changed 10 by 1 and update the filter - And still getting the file uploaded even if exists in drive..

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [March 19, 2025, 5:39pm UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705/4 "2025-03-19T17:39:23Z")

</div>

Then it’s likely your search module isn’t set up correctly because it can’t find a match.

---

<div class="post-metadata">

### Author: ![Daniel\_Apple\_Busines](https://avatars.discourse-cdn.com/v4/letter/d/ac91a4/32.png) [@Daniel\_Apple\_Busines](https://community.make.com/u/Daniel_Apple_Busines)
#### Post date: [March 19, 2025, 7:31pm UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705/5 "2025-03-19T19:31:31Z")

</div>

Thx @samliew .. Search module is as the image.. is, in theory, configured to search in folder 360 - where the files are located… Query, maybe is wrong.. that is the File name coming from previous step.

 ![Screenshot 2025-03-19 at 20.29.33](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/b/5/b5ebdfb7cb68f761266218082e3312c23704ac1e.jpeg)  
 ![Screenshot 2025-03-19 at 20.30.10](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/f/0fe57237fbf3df9cdb8c22db754a954f4c2022ca.png)  
Hope you can see the images and advice

Regards.

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [June 17, 2025, 6:42pm UTC](https://community.make.com/t/how-to-check-if-a-name-file-exists-in-google-drive-to-not-upload-it/75705/6 "2025-06-17T18:42:33Z")

</div>


