Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

The Procore connector in SkySync DryvIQ allows you to analyze, migrate, copy, and synchronize files between your Procore project documents and your cloud storage repositories and/or on-premise network file shares. The first step is to create the Procore connection by providing the connection information required for SkySync DryvIQ to connect to the project. The connector can be created using any Procore user account with permissions to access the project documents. Once the connector is created, you can use it to create the jobs needed to manage the content.

Info

SkySync DryvIQ currently only supports connecting to specific projects under a company and not to the company itself.

...

Create Connection |

...

User Interface

  1. Select Connections > Add connection.

  2. Select Procore as the platform on the Add connection modal.

  3. Enter the connection information. Reference the table below for details about each field.

  4. Select Sign in with Procore.

  5. On the Log In modal, enter the required credentials and select Log In

  6. You will see a "Connection test succeeded" message on the Add connection modal. (If you don't see this message, repeat the sign in and authorization steps above.)

  7. Select Done.


Add connection modal - Procore

...

Add connection modal - Use Custom Credentials

...

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 “Procore.”  SkySync  DryvIQ recommends you enter a name that more readily identifies the connection, especially if you will be creating multiple connections.

Optional

Platform API Credentials

Required

Use the system default client credentials 

Select this option to use the default SkySync DryvIQ client application credentials.

Use custom client credentials 

Select this option to use custom client credentials provided by your administrator. When selected, three additional fields will be available to enter the credentials.

Domain

This field displays only when you select Use custom client credentials. Enter the Procore login URL: https://api.procore.com/

Optional

Client ID

This field displays only when you select Use custom client credentials. Enter the client ID required to access the the account. This value will be provided by your administrator. 

Optional

Client Secret

This field displays only when you select Use custom client credentials. Enter the client secret required to access the account. This value will be provided by your administrator. 

Optional

Procore Customer Log In 

...

Connection Test Succeeded

...

...

Features and Limitations

Platforms all have unique features and limitations. SkySync’s 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. 

...

The Procore API allows 3,600 calls per hour per client. For jobs set to run on a schedule, SkySync DryvIQ attempts to balance the rate limit and scale back on the content being handled to prevent reaching the limit. If SkySync DryvIQ can’t transfer all the content due to the hourly rate limit, the remaining content will be transferred as part of the next job run when the rate limit resets.

...

Instead of using a Service Account, another option is to create a user named “SkySync” and to approve the integration through this user. This user will act like a Service Account and allow you to implement permissions without using a Service Account.

...

Create Connection |

...

REST API

You have the option of creating a connection using SkySync’s DryvIQ’s default client credentials or to create the connection using custom credentials unique to your account.

Create a Connection Using

...

DryvIQ’s Credentials

The example below shows how to create a Procore connection using SkySync’s DryvIQ’s default application credentials. The GET message will return a login link. Use the link to complete logging into the account and to grant SkySync DryvIQ access to the account.

Code Block
GET {{url}}v1/connections/platforms/procore/new

...

Create a Job |

...

REST API Job Configuration Example

The sample code below shows how to create a job for a Procore connection created to connect as a standard user.

...