Install rclone curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip unzip rclone-current-linux-amd64.zip cd rclone-*-linux-amd64 Copy binary file sudo cp rclone /usr/bin/ sudo chown root:root /usr/bin/rclone sudo chmod 755 /usr/bin/rclone Run rclone config to setup. rclone config No remotes found - make a new one n) New remote r) Rename remote c) Copy remote s) Set configuration password q) Quit config n/r/c/s/q> n name> gdrive Type of storage to configure. Choose a number from below, or type in your own value [snip] XX / Google Drive \ "drive" or type number 13 [snip] Storage> drive Google Application Client Id - leave blank normally. client_id> Google Application Client Secret - leave blank normally. client_secret> Scope that rclone should use when requesting access from drive. Choose a number from below, or type in your own value 1 / Full access all files, excluding Application Data Folder. \ "drive" 2 / ...
To upload bulk users to GoogleApps, you will require a following required fileds, other fields are optional:- First Name Last Name Email Address Password Org Unit Path What is 'Org Unit Path'? This field was not their earlier. This is the path to place users in an organizational unit. For example if your domain has different organization unit like , staff, students, guest etc.. then the Org Unit Path would be : / (for top-level Organization) /staff (for staff) /Students /Student/FirstYear /Student/SecondYear ........ etc... Source: https://sjamso.blogspot.com/2018/07/solution-for-googleapps-bulk-user.html
Comments
Post a Comment