Upload file to Drive using URl

So I created a script to create a folder in the shared drive for a project when the form is saved.
And it worked perfectly. But now I want to upload the file to the folder I created with the script.


Is there any way to do that stuff? And I don't want my file to store inside the app folder.

Solved Solved
0 3 206
1 ACCEPTED SOLUTION

Maybe add a shortcut to the shared folder from the app's default storage folder.

Otherwise, consider creating an Apps Script function that moves files to the shared folder from where the app stores them by default.

View solution in original post

3 REPLIES 3

Maybe add a shortcut to the shared folder from the app's default storage folder.

Otherwise, consider creating an Apps Script function that moves files to the shared folder from where the app stores them by default.

The shortcut from the shared drive to the app's default storage folder works. 
A little bit manual tho but it's a way.

Thanks for your reply

So exactly what do I apply for at Google consistently come up with new ideas

Top Labels in this Space