Difference between revisions of "Google Workspace User Import"

From Hornbill
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
This document can now be found at its new location in the [https://docs.hornbill.com/data-imports-guide/users/google/overview Hornbill Document Library].
 +
 +
[[file:hornbill-document-library.png|Data Imports Guide|link=https://docs.hornbill.com/data-imports-guide/users/google/overview]]
 +
 +
<!--
 +
 
<div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;">
 
<div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;">
 
{| style="width:100%"
 
{| style="width:100%"
Line 28: Line 34:
  
 
=== Windows Installation ===
 
=== Windows Installation ===
* Download the architecture specific [https://github.com/hornbill/goHornbillGoogleUserImport/releases/latest latest package] from GitHub  
+
* Download the architecture specific [https://github.com/hornbill/user-import-google/releases/latest latest package] from GitHub  
 
* Extract zip into a folder you would like the application to run from e.g. '''C:\Hornbill_Import\'''
 
* Extract zip into a folder you would like the application to run from e.g. '''C:\Hornbill_Import\'''
 
* Open '''conf.json''' and add in the necessary configuration
 
* Open '''conf.json''' and add in the necessary configuration
* Open Command Line Prompt as Administrator
+
* Open Command Line Prompt
* Change Directory to the folder with goHornbillGoogleUserImport.exe '''C:\Hornbill_Import\'''
+
* Change Directory to the folder with user_import_google.exe '''C:\Hornbill_Import\'''
* Run the command goHornbillGoogleUserImport.exe -instance=yourinstanceid -apikey=yourapikey -file=gconf.json -dryrun=true
+
* Run the command user_import_google.exe -file=conf.json -dryrun=true
  
 
== HTTP Proxies ==
 
== HTTP Proxies ==
Line 376: Line 382:
 
* Ensure the user account running the task has rights to goHornbillGoogleUserImport.exe and the containing folder.
 
* Ensure the user account running the task has rights to goHornbillGoogleUserImport.exe and the containing folder.
 
* Make sure the Start In parameter contains the folder where the executable resides in, otherwise it will not be able to pick up the correct path. eg:
 
* Make sure the Start In parameter contains the folder where the executable resides in, otherwise it will not be able to pick up the correct path. eg:
 +
-->
 +
[[Category:HDOC]]

Latest revision as of 18:49, 11 April 2024

This document can now be found at its new location in the Hornbill Document Library.

Data Imports Guide