How to create a shortcut in Google Drive Apps Script instead of multiple parents
问题 I've been trying to read about it here: https://developers.google.com/drive/api/v3/shortcuts And I understand the basics in shortcuts but I can't figure out how to use it in the code - the syntax. I need to instead of placing a folder in multiple folders, placing shortcuts in those folders named the same as the original folder. I have an original folder called Project1 placed in Drafts. Shortcuts for this folder needs to be places in Folder2/Drafts, Folder3/Drafts and Folder4/Drafts. If I