Find files and folder-> Will find the folder id of the folder Test(Source)
Find files and folder-> Will find the folder id of the folder New Folder(Destination)
Find files and folder-> Will find the list of all the folders and files inside the sourse folder
If you want all the items inside the sourse folder you need to give this condition “'” + FolderId + “’ in parents and name contains ‘*’”
if you want a specific files give like “'” + FolderId + “’ in parents and name contains ‘File name you want’”
For each will loop through the items you retrived from source folder
If Not currentItem.MimeType.Contains(“application/vnd.google-apps.folder”) → Condition optinal to you if you want to copy the folder as well you remove this condition