I am looking to do a mass migration of user files from a Windows Server to Google Drive. Each user has their own folder on the Windows Server and I am looking for a way to bulk migrate to each users Google Drive.
I have 1200+ users to do this for (lucky for me no data limitations). I also have quite a large time frame, so if it goes slow it will not matter.
Has anyone seen a solution for this?
After doing a quick poke around Google Drive for work, here's a possible solution: (WARNING: its not very pretty. In fact, its quite ugly, but it just might work.)
Using a variable in the batch script (assuming the employees have the same user name on the Windows system as Drive) have the script detect the folder and automatically place it in the correct drive folder.
Basic theory behind this found here: http://learn.googleapps.com/products/drive/set-up-file-share
Here is Microsoft's page on robocopy and its functions and attributes: https://technet.microsoft.com/en-us/library/cc733145.aspx
Here is what I did in the end
Here is the Apps Script I used, each folder has the name of the user: