Best answer

Trying to copy file to another Google Drive folder but getting “File not found” error

  • 21 March 2023
  • 6 replies
  • 804 views

Userlevel 1
Badge

This post has been edited by a moderator to remove personal information. Please remember that this is a public forum and to remove any sensitive information prior to posting.

Requirement# New file in folder x, trigger to copy that file to another folder Y

 

Trigger# 

Action# 
 


Error
 

​​Please help us with this error?
 

 

 

icon

Best answer by SamB 21 March 2023, 10:25

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Userlevel 7
Badge +11

Hi there, @onlineuniverse! 👋

Ah, I think I can spot why you’re getting that “File not found” error. It looks like the Title field has been selected as the file to be copied. But what Google Drive is expecting to receive here is the unique ID number for the file, not its name.

To fix that error you’ll want to select the ID field from the trigger, instead of the Title field. Which would look like this:
eb3388a9ee089a18c38366171ce81f10.png
Can you give that a try and let us know whether that sorts it?

Userlevel 1
Badge

Thanks it worked, Appreciate your inputs

Userlevel 7
Badge +11

That’s fantastic news, @onlineuniverse! Thank you for hopping back in here to confirm it worked, it’s much appreciated! 😁🎉

Userlevel 1
Badge

New file “Spark_SQL_Tutorial.dbc”  was uploaded, some how saying it didnt find any new file. Please help on this

 

Neither it found thru automatically not thru manually.

 

Userlevel 7
Badge +6

Hey @onlineuniverse,

I did some digging into this, and it seems like the New File in Folder trigger is picky about what it will/wont trigger on

Google Files (eg Google Doc/Sheet/etc)

  • If a file was created within the folder, the Zap will trigger
  • If a file was modified fewer than 4 days ago and moved to the folder, the Zap will trigger
  • If a file was modified greater than 4 days ago and moved to the folder, the Zap won't trigger

Non Google files (eg pdf/jpg):

  • If a file is directly added to the folder, the Zap will trigger
  • If a file is moved to the folder (even if it was added to Google Drive in the last 4 days), the Zap won't trigger
  • If a file is directly added to the folder but was modified/created greater than 4 days ago, the Zap won't trigger

Hopefully, this helps! 😊

Userlevel 1
Badge

Thanks for the details. Looks the file type may not be in the scope of above list.