I've got a two lists of google drive folders which I need to transfer ownership from
us...@example.com to
us...@example.com.
There's a parent folder (FolderA) in userB's MyDrive
I have a list of folder IDs owned by UserA which are at the root of FolderA (level-one-folders-to-transfer.txt)
I have another list of folder IDs which are owned by UserA, those are all children of folders in level-one-folders-to-transfer.txt.
(level-two-folders-to-transfer.txt)
I don't want to move any of the folders away from their existing parent, and I wish to retain all existing permissions files or folders inside folders who's ownership is being changed.
I feel like I'm using the correct options, but I am not sure how to reference the folders.. I think I don't follow how to use "DriveFileEntity"
Here's what I get:
Do I need to create the txt files as csv's with a specific header?
The list of folders could also be found in a named range in a google sheet.. would it be possible (or better) to use that as a source?
Thanks all
-Allen