We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I want to implement the makeCopy function that it can be used in google script, i tried doing this
file2 = drive.CreateFile({'id': '1ybbyhC2BhypcMnttQHFcHA1pCCbLLLLv'}) file2.Upload() # Files.insert()
But it didn't work, also how can I upload a specific file? thanks in advance!