...
...
...
...
...
...
...
...
...
...
...
...
On This Page
Table of Contents |
---|
...
The Egnyte connector in DryvIQ allows you to analyze, migrate, copy, and synchronize files to/from your Egnyte account to/from cloud storage repositories and on-premise network file shares. The first step is to create the Egnyte connection by providing the connection information required for DryvIQ to connect to the account.
Create Connection | User Interface
...
Creating a Connection
Expand the Manage section in the left navigation menu.
Click Connections.
Click Add connection.
Select Egnyte as the platform on the Add connection modal.
Enter the connection information. Reference the table below for details about each field.
...
Click Sign in with Egnyte.
On the Egnyte log in modal, enter the e-mail address or username for the account you are using for the connection and
...
click Continue.
Enter the password for the account and
...
click Log in.
...
Click Allow Access when prompted to authorize the connection.
You will see a green "
...
Connected” message on the
...
bottom of the modal when DryvIQ establishes connection. (If
...
the connection fails, verify the information you entered.)
...
Click Done to finish creating the connection.
Add Connection Modal - for Egnyte
...
Field | Description | Required |
---|---|---|
Display as | Enter the display name for the connection. If you will be creating multiple connections, ensure the name readily identifies the connection. The name displays in the application, and you can use it to search for the connection and filter lists. If you do not add a display name, the connection will automatically be named using the account owner's name. For example, Egnyte (John Doe). If it will be useful for you to reference the connection by account, you should use the default name. | Optional |
User Type | Required | |
Connect as standard user | Select this option to create a standard connection to access a user's files and folders. This is the default selection. | |
Connect as account administrator | Select this option to create an administrator connection. This requires administrator privileges and grants access to all accounts within the organization. This option is often used along with with impersonation to simplify transferring multiple user accounts. When connected as an administrator, the first level of folders will be user names. | |
Domain | Enter the URL for your Egnyte account. It will look something like https://companyname.egnyte.com. | Required |
Egnyte Log In
...
Grant Access to Egnyte Account
...
Connection Test Succeeded
...
...
Features and Limitations
Platforms all have unique features and limitations. DryvIQ’s transfer engine manages these differences between platforms and allows you to configure actions based on Job Policies and Behaviors. Utilize the Use the Platform Comparison tool to see how your integration platforms may interact regarding features and limitations.
Files and Folders
Below is list of Egnyte’s supported and unsupported features as well as additional file/folder restrictions. The information below the tables provides additional details about supported and unsupported features as well as best practices when using this connector.
Supported Features | Unsupported Features | Other Features/Limitations |
---|---|---|
Invalid characters: / < > : \ | ? * + | ||
Timestamp preservation | Path length maximum | |
Segment path length: 245 | ||
No leading periods | ||
No trailing periods before extensions | ||
Permissions Permission preservation | No leading whitespace | |
No trailing whitespace before an extension | ||
No trailing whitespace after an extension | ||
No non-printable characters |
...
Egnyte supports three levels of users: Administrators, Power Users, and Standard Users. DryvIQ handles each user differently. For more information about Egnyte users, refer to Egnyte's Users and Groups documentation.
Administrators: This is the user who registers for the account. That user is automatically set as the account administrator.
Power Users: These users are the company employees. These are considered internal users. Author preservation is preserved for content created in private folders and for Egnyte Power Users. Sharing permissions are also preserved for power users.
Standard Users: These are the company’s business partners. These are considered external users. If standard users are included in a group, they are not transferred, and DryvIQ will not log unresolved permission errors.
...
.
...
Create Connection | REST API
The following GET messages will return an Egnyte login link. Use the link to complete logging into the account and to grant DryvIQ access to the account.
Create a New Connection as a Standard User
Code Block | ||
---|---|---|
| ||
GET {{url}}v1/connections/platforms/egnyte/new |
Create a New Connection as an Account Administrator
...
language | json |
---|
...