Home > Back-end >  DriveApp makecopy returns an error I can't understand
DriveApp makecopy returns an error I can't understand

Time:07-21

driveApp error

my code

I can't understand why DriveApp returns that error. In the code image I show that all the data and the syntax are correct, as far I know. All the file and folder id showed in the debug window are 100% correct and verified. Please, someone can help me?

CodePudding user response:

Try to change easiminator[i][3] with DriveApp.getFolderById(easiminator[i][3])

  • Related