Hi
so im tasked to make a script on a google form that upon submitting it moves all uploaded files to a specific folder.
i was added as a collaborator on the form itself and he also shared the folder of the drive that will have the final destination(this will be the folder my script will move all the files to) of the files being uploaded
when i tested it on a form that i own and drive that i own it works perfectly but when i added my script into their form it doesn't move the file.
i checked the log file and it gives me error below
```Debug
{ [Exception: No item with the given ID could be found. Possibly because you have not edited this item or you do not have permission to access it.] name: 'Exception' }```
what do i need in order for me to move the files of someone else's form and drive?
Thanks