...
On This Page
Table of Contents |
---|
Overview
The Autodesk BIM 360 connector in DryvIQ allows you to analyze, migrate, copy, and synchronize files between your Autodesk BIM 360 account and cloud storage repositories and on-premise network file shares. The first step is to create the Autodesk BIM 360 connection by providing the connection information required for DryvIQ to connect to the platform. The connector can be created using any user account with permissions to access the content.
Creating
...
Create Connection | User Interface
...
Select Connections > Add connection.
...
Select Autodesk Data Management (OAuth 2.0) as the platform on the Add connection modal.
...
Enter the connection information. Reference the table below for details about each field.
...
Select Sign in with Autodesk Data Management (OAuth 2.0).
...
On the Sign In modal, enter the email address and click Next.
...
Enter the password and select Sign In.
...
Select Allow access when prompted to authorize the connection.
...
a
...
Connection
...
...
Select Done.
...
...
Field
...
Description
...
Required
...
Display as
...
The
...
If you do not add a display name, the connection will automatically be named “Autodesk BIM 360 (OAuth 2.0).” DryvIQ recommends you add a custom name if you will be creating multiple Autodesk connectors you need to readily identify.
...
Optional
...
Platform API client credentials
...
Required
...
Use the system default client credentials
...
Select this option to use the default DryvIQ client application.
...
Use custom client credentials
...
Select this option to use custom client credentials provided by your administrator. When selected, two additional fields will be available to enter the credentials.
...
Client ID
...
This field displays only when you select Use custom client credentials. This value will be provided by your administrator.
...
Optional
...
Client Secret
...
This field displays only when you select Use custom client credentials. This value will be provided by your administrator.
...
Optional
Autodesk Sign In
...
Authorize Application
...
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. The information below is platform specific. Use the Platform Comparison tool to see how your integration platforms may interact regarding features and limitations.
Files and Folders
Below is list of supported and unsupported features as well as additional file/folder restrictions for the Autodesk BIM 360 connector.
...
Supported Features
...
Unsupported Features
...
Other Features/Limitations
...
...
...
File size maximum: N/A
...
Timestamp preservation
See below for more information.
...
...
Invalid characters: \ / < > : " | ? * ` \n \r \t \f ¢ ™ $ ®
...
Author/Owner preservation
See below for more information.
...
...
Path length maximum: N/A
(See Path Lengths below)
...
...
Segment path length: 255
(See Path Lengths below)
...
...
Restricted types: N/A
...
...
...
Author/Owner Preservation
When Autodesk BIM 360 is the destination platform, author/owner preservation is not supported.
When Autodesk BIM 360 is the source platform, author/owner preservation is supported only for destination platforms that support this attribute.
Path Lengths
Autodesk does not impose restrictions for the total path length.
Segment path lengths are limited to 255 character. Segments are delimited by a forward slash (/). For example, <max 255 characters>/<max 255 characters>.
Timestamp Preservation
When Autodesk BIM 360 is the destination platform, timestamp preservation is not supported.
When Autodesk BIM 360 is the source platform, timestamp preservation is supported only for destination platforms that support this attribute.
Create Connection | REST API
The following GET will return a target URL. Use this URL to log in to the Dropbox for Business account to authenticate and create the connection. Make sure you connect using an Administrator account.
Create New AutoDesk Dta Management Connection using OAuth 2.0 |
---|
GET {{url}}v1/connections/platforms/autodesk-bim360-oauth2/new |
...
Creating a
...
Job
...
The sample code below shows how to create a job for an Autodesk connection created to connect as a standard user.
...