SharePoint
The SharePoint connector lets you manage files, folders, and attachments in SharePoint.
Supported versions
This connector supports Windows SharePoint Services 3.0, Microsoft Office SharePoint Server 2007 and above, and SharePoint Online.
Before you begin
In your Google Cloud project, do the following tasks:
- Ensure that network connectivity is set up. For information, see Network connectivity.
- Grant the roles/connectors.admin IAM role to the user configuring the connector.
- Grant
roles/secretmanager.viewerandroles/secretmanager.secretAccessorIAM roles to the service account that you want to use for the connector: - Enable
secretmanager.googleapis.com(Secret Manager API) andconnectors.googleapis.com(Connectors API). For more information, see Enabling services.
Create a SharePoint connection
A connection is specific to a data source. It means that if you have many data sources, you must create a separate connection for each data source. To create a connection, do the following:
- In the Cloud console, go to the Integration Connectors > Connections page and then select or create a Google Cloud project.
- Click + Create new to open the Create connection page.
- In the Location section, select a location from the Region list and
then click Next.
For the list of all the supported regions, see Locations.
- In the Connection details section, complete the following:
- Select SharePoint from the connector list.
- Select a connector version from the Connector version list. The SharePoint connector has two versions: V1 and V2.
- In the Connection name field, enter a name for the connection instance. The connection name can contain lowercase letters, numbers, or hyphens. The name must begin with a letter and end with a letter or number and the name must not exceed 49 characters.
- Optionally, enter a Description for the connection instance.
- Optionally, enable Cloud logging,
and then select a log level. By default, the log level is set to
Error. - In the Service account field, select an account that has the required roles.
- Optionally, configure the Connection node settings:
- Minimum number of nodes: Enter the minimum number of connection nodes.
- Maximum number of nodes: Enter the maximum number of connection nodes.
A node is a unit (or replica) of a connection that processes transactions. More nodes are required to process more transactions for a connection and conversely, fewer nodes are required to process fewer transactions. To understand how the nodes affect your connector pricing, see Pricing for connection nodes. If you don't enter any values, by default the minimum nodes are set to 2 (for better availability) and the maximum nodes are set to 50.
- Optionally, click + Add label to add a label to the Connection in the form of a key/value pair.
- Click Next.
- In the Destinations section, enter details of the remote host (backend system) you want to connect to and click Next.
- To specify the destination hostname or IP address, select Host address and enter the address in the Host 1 field.
- To establish a private connection, select Endpoint attachment and choose the required attachment from the Endpoint Attachment list.
-
In the Authentication section, enter the authentication details.
- Select an Authentication type and enter the relevant details.
The following authentication types are supported by the SharePoint connection:
- Windows credentials. Select this if you use on-premise edition of SharePoint.
- AzureAD. Select this if you use online edition of SharePoint.
- OAuth 2.0 client credentials with JWT bearer. Select this if you use OAuth 2.0 client credentials with JWT bearer for authentication.
- OAuth 2.0 client credentials with client secret. Select this if you use OAuth 2.0 client credentials with client secret for authentication.
- Click Next.
To understand how to configure these authentication types, see Configure authentication.
- Select an Authentication type and enter the relevant details.
- In the Review section, review your connection and authentication details.
- Click Create.
In the Destination type field, select a destination type. For example, host address is https://<SITE_NAME>.sharepoint.com.
If you want to establish a public connection to your backend systems with additional security, you can consider configuring static outbound IP addresses for your connections, and then configure your firewall rules to allowlist only the specific static IP addresses.
To enter additional destinations, click +Add destination.
Configure authentication
The SharePoint connector supports the following authentication types:
Windows credentials authentication type
To enable Windows credentials authentication type, you must complete the following steps:
Configure PSC and create an endpoint attachment
- Create an instance group with the IP where SharePoint is hosted.
- Create an internal passthrough network load balancer and use the instance group that you created as the backend. The TCP internal load balancer must have the global access enabled.
- Publish the load balancer in Private Service Connect. A service attachment is generated after the load balancer is published.
- Publish the service and specify the load balancer that you created.
- Use the service attachment to create an endpoint attachment.
- After you create the endpoint attachment, create a SharePoint connection with the endpoint attachment IP.
For more information about creating an endpoint attachment, see Create an endpoint attachment.
Specify the Windows credentials details in Google Cloud
When you create the connection in Integration Connectors , you must specify the following details:
In the Authentication section, select Windows credentials as the authentication type and then enter the following details:
- Username: Enter the username.
- Password: Select the password.
- Secret version: Enter the secret version.
Windows credentials connection type
The following table lists the sample configuration values for the Windows credentials connection type.
| Field name | Details |
|---|---|
| Region | us-central1 |
| Connector | SharePoint |
| Connector version | 1 |
| Connection Name | sharepoint-staging-psc |
| Service Account | SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com |
| Minimum number of nodes | 2 |
| Maximum number of nodes | 50 |
| Destination Type | Host address |
| host 1 | http://192.0.2.0 |
| port 1 | 24 |
| Authentication | Windows credentials |
| Username | USER_NAME |
| Password | PASSWORD |
| Secret version | 1 |
Azure AD authentication type
To enable Azure AD authentication type, you must complete the following steps:
- Register your app and obtain the OAuthClientId and OAuthClientSecret.
- Specify the credentials in Google Cloud.
- Authorize the connection in Google Cloud.
- Add the redirect URL to your app.
Register your app and obtain the OAuthClientId and OAuthClientSecret
To register your app and obtain the OAuthClientId and OAuthClientSecret for your app, do the following:
- Log in to the Azure Portal.
- In Azure services, select App registrations and then New registration.
- Enter an application name and select Any Microsoft Entra ID tenant - Multitenant.
- Click Register.
- After creating the app, navigate to the Certificates & secrets page.
- Create a client secret for the application, and save the client secret value.
- Navigate to the API permissions page.
- Click Add a permission.
- In the Request API permissions dialog, select the API, type, and permissions from the following table to perform operations in the application.
- Save your changes.
- If you have selected to use permissions that require admin consent, you can grant them from the current tenant on the API Permissions page.
- To add the scope, go to the Expose an API section and add
AllSites.Manage, Sites.FullControl.Allscopes and select who can control (Admins and users). - Click Save.
For the connection to be active, you must grant Sites.Read.All permission for the Microsoft Graph API.
| API | Permissions name | Type |
|---|---|---|
| Microsoft Graph | ConsentRequest.Read.All |
Application/ Delegated |
| Microsoft Graph | ConsentRequest.ReadWrite.All |
Application/ Delegated |
| Microsoft Graph | DelegatedAdminRelationship.Read.All |
Application/ Delegated |
| Microsoft Graph | DelegatedAdminRelationship.ReadWrite.All |
Application/ Delegated |
| Microsoft Graph | DelegatedPermissionGrant.Read.All |
Application/ Delegated |
| Microsoft Graph | DelegatedPermissionGrant.ReadWrite.All |
Application/ Delegated |
| Microsoft Graph | Files.Read.All |
Application/ Delegated |
| Microsoft Graph | Files.ReadWrite.All |
Application/ Delegated |
| Microsoft Graph | Sites.FullControl.All |
Application/ Delegated |
| Microsoft Graph | Sites.Manage.All |
Application/ Delegated |
| Microsoft Graph | Sites.Read.All |
Application/ Delegated |
| Microsoft Graph | Sites.ReadWrite.All |
Application/ Delegated |
| Microsoft Graph | Sites.Selected |
Application/ Delegated |
| Microsoft Graph | TermStore.Read.All |
Application/ Delegated |
| Microsoft Graph | TermStore.ReadWrite.All |
Application/ Delegated |
| Microsoft Graph | User.Export.All |
Application/ Delegated |
| Microsoft Graph | User.Read |
Delegated |
| Microsoft Graph | User.Read.All |
Application/ Delegated |
| Microsoft Graph | User.ReadWrite.All |
Application/ Delegated |
| SharePoint | EnterpriseResource.Read |
Delegated |
| SharePoint | EnterpriseResource.Write |
Delegated |
| SharePoint | Project.Read |
Delegated |
| SharePoint | Project.Write |
Delegated |
| SharePoint | ProjectWebApp.FullControl |
Delegated |
| SharePoint | ProjectWebAppReporting.Read |
Delegated |
| SharePoint | TaskStatus.Submit |
Delegated |
Specify the credentials in Google Cloud
When you create the connection in Integration Connectors , you must specify the following details:
In the Authentication section, select AzureAD as the authentication type and then enter the following details:
- Client ID: Enter the client ID that is used for requesting access tokens.
- Scopes: Enter a comma-separated list of desired scopes. For example,
Sites.FullControl.All - Client secret: Enter the secret that contains the client secret for the connected app that you created.
- Secret version: Secret version for the secret selected above.
- Authorization URL: The authorization URL that you generate when you create an OAuth client.
Enter the URL in the following format:
https://login.microsoftonline.com/TENANT_IDENTIFIER/oauth2/v2.0/authorize?prompt=consent. For example,https://login.microsoftonline.com/9byyyyyyyyy8112/oauth2/v2.0/authorize?prompt=consent.
Authorize the connection in Google Cloud
- In the Connections page,
locate the newly created connection.
The Status for the new connector will be Authorization required.
- Click Authorization required.
This shows the Edit authorization pane.
- Copy the Redirect URI value to your external application. For more information, see Add the redirect URL to your app.
- Verify the authorization details.
- Click Authorize.
If the authorization is successful, the connection status will be set to Active in the Connections page.
Add the redirect URL to your app
- In the Azure portal, click Azure services > App registrations.
- Click on your App name.
- Click add redirect URI.
- Click Add a platform.
- In the Web dialog, paste the redirect URI that you copied when you authorized the connection in Google Cloud.
Azure AD connection type
The following table lists the sample configuration values for the Azure AD connection type:
| Field name | Details |
|---|---|
| Region | us-central1 |
| Connector | SharePoint |
| Connector version | 1 |
| Connection Name | sharepoint-google-cloud-con |
| Service Account | SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com |
| Minimum number of nodes | 2 |
| Maximum number of nodes | 50 |
| Destination Type | Host address |
| host 1 | http://z8**.sharepoint.com |
| Authentication | AzureAD |
| Client Id | CLIENT_ID |
| Scopes | Sites.FullControl.All |
| Client secret | CLIENT_SECRET |
| Secret Version | 1 |
| Authorization URL | https://login.microsoftonline.com/{tenant-id}/oauth2/v2.0/authorize?prompt=consent |
OAuth 2.0 - client credentials with JWT bearer authentication type
To enable OAuth 2.0 - client credentials with JWT bearer authentication type, you must complete the following steps:
- Create a certificate.
- Upload the certificate to Azure portal.
- Obtain a private key.
- Complete the setup.
- Specify the OAuth 2.0 JWT bearer credentials in Google Cloud.
Create a certificate
- Create an empty folder on your computer.
- Create a text file in the folder.
- Copy the PowerShell script from the Granting access via Azure AD App-Only page and paste it into the text file.
- Rename the text file to the following name:
Create-SelfSignedCertificate.ps1. - Run Windows PowerShell in the folder.
- Go to the directory which contains the text file.
- Copy the following command:
.\Create-SelfSignedCertificate.ps1 -CommonName "CERTIFICATE_NAME" -StartDate 2022-09-25 -EndDate 2023-10-25Enter a unique name for CERTIFICATE_NAME. Change the StartDate to the current date and the EndDate to a date of your choice.
- Paste the copied command with your changes to Windows PowerShell and then press Enter.
Windows PowerShell prompts to Enter the password to protect the Private Key. Make sure to save the password for later use.
Windows PowerShell creates two files:
MyCertificate.pfxandMyCertificate.cer.
Upload the certificate to Azure portal
- Sign in to Azure Portal and register a new application by specifying the following details:
- Name: enter a name for the application.
- Supported account types: select Accounts in this organizational directory only (Account name only - Single tenant).
- Go to API Permissions > Add permission > Request API permissions > SharePoint.
- Select Application permissions and then add your required permissions.
- Select Grant admin consent and then select Yes.
- After creating the app, navigate to the Certificates & Secrets section.
- Select Upload Certificate and then upload your CER certificate from your computer. After the upload finishes, select Add.
Don't add client secrets in the app as it interferes with the certificate-based authentication flow.
- Go to Manifest, find KeyCredentials and then copy the customKeyIdentifier as the Thumbprint. You will use this later. You've now registered the app and linked the certificate.
Obtain a private key
You can obtain a private key by converting the PFX file to a PEM file using OpenSSL.
- From the command prompt, go to the folder with your PFX file and run the following command:
openssl pkcs12 -in MyCertificate.pfx -out MyCertificate.pem -nodes - Enter the PFX password which you used in the certificate creation process.
- Open the PEM file in a text editor and copy the entire text, which is your private key.
Complete the setup
- Copy the Client ID and Tenant ID from the newly registered app in the Azure portal.
- Sign in with SharePoint List Service Principal authentication with the following credentials:
- Client ID
- Tenant ID
- Private key
- Thumbprint (private key password)
Specify the OAuth 2.0 JWT bearer credentials in Google Cloud
When you create the connection in Integration Connectors , you must specify the following details:
In the Authentication section, select OAuth 2.0 client credentials with JWT bearer as the authentication type and then enter the following details:
- In the Client ID field, enter the client ID that is used for requesting access tokens. This is the consumer key generated when you registered the app in the Azure portal.
- In the Private key field, select the Secret Manager secret containing the contents of the private key file in PEM format. The private key should match the public key/certificate provided to Connector.
- In the Secret version field, select the version for the secret selected above.
- In the Private key password field, select the secret manager secret containing the password (paraphrase) of the private key file. Use the same password that you set to protect the private key when you created the certificate.
- In the Secret version field, select the version for the secret selected above.
- In the Azure Tenant field, enter the Microsoft online tenant being used to access data.
JWT Bearer Certificate connection type
The following table lists the sample configuration values for the OAuth 2.0 JWT Bearer Certificate connection type.
| Field name | Details |
|---|---|
| Region | europe-west1 |
| Connector | SharePoint |
| Connector version | 1 |
| Connection name | sharepoint-jwt-certificate |
| Service account | SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com |
| Minimum number of nodes | 2 |
| Maximum number of nodes | 50 |
| Destination type | Host address |
| host 1 | http://z8**.sharepoint.com |
| port 1 | **** |
| Authentication | OAuth 2.0-Client credentials with JWT bearer |
| OAuth client ID | CLIENT_ID |
| Private key | KEY |
| Secret version | 1 |
| Private key password | PASSWORD |
| Secret version | 1 |
| Azure tenant | AZURE_TENANT_ID |
OAuth 2.0 - client secret connection type
To enable the OAuth 2.0 client secret connection type, you must complete the following steps:
- Register the add-in.
- Grant permissions to the add-in.
- Specify the OAuth 2.0 client credentials in Google Cloud
- Re-authorization for authorization code
Register the add-in
- Navigate to the Register Add-In page using the following URL:
https://<SITE_NAME>.SharePoint.com/_layouts/15/appregnew.aspx. - In the App information section, generate the client ID and client secret.
- Specify values for Title, App domain, and redirect URI.
- Click Create.The add-in is registered, and the SharePoint App displays the created information.
Grant permissions to the add-in
- Navigate to the SharePoint site using the following URL:
https://<SITE_NAME>-admin.sharepoint.com/_layouts/15/appinv.aspx. You are redirected to the Grant Permission page. - In the App ID field, enter the client ID which you generated earlier, and click Lookup. The values for Title, App Domain, and Redirect URL are populated.
- Enter the following permission request in XML format:
<AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest Scope="http://sharepoint.com/content/tenant" Right="FullControl"/> </AppPermissionRequests> - Click Create. The Sharepoint App displays a permission consent dialog.
- Click Trust it.
Specify the OAuth 2.0 client credentials in Google Cloud
When you create the connection in Integration Connectors, you must specify the following details:
In the Authentication section, select OAuth 2.0 client credentials with client secret as the authentication type and then enter the following details:
- In the Client ID field, enter the client ID provided by connector for the app you created.
- In the Client Secret field, select the Secret Manager secret containing the client secret for the connected app you created.
- In the Secret version field, select the version of the client secret.
Re-authorization for authorization code
If you use the Authorization code authentication type and have made any configuration changes in your SharePoint application, you must re-authorize your SharePoint connection. To re-authorize a connection, perform the following steps:
- Click on the required connection in the Connections page.
This opens the connection details page.
- Click Edit to edit the connection details.
- Verify the OAuth 2.0 - Authorization code details in the Authentication section.
If required, make the necessary changes.
- Click Save. This takes you to the connection details page.
- Click Edit authorization in the Authentication section. This shows the Authorize pane.
- Click Authorize.
If the authorization is successful, the connection status will be set to Active in the Connections page.
Client credential connection type
The following table lists the sample configuration values for the OAuth 2.0 client credentials connection type.
| Field name | Details |
|---|---|
| Region | europe-west1 |
| Connector | SharePoint |
| Connector version | 1 |
| Connection name | sharepoint-client-credentials |
| Service account | SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com |
| Minimum number of nodes | 2 |
| Maximum number of nodes | 50 |
| Destination type | Host address |
| host 1 | http://z8**.sharepoint.com |
| port 1 | **** |
| Authentication | OAuth 2.0-Client credentials with client secret |
| Client ID | CLIENT_ID |
| Client secret | CLIENT_SECRET |
| Secret version | 1 |
Use the SharePoint connection in an integration
After you create the connection, it becomes available in both Apigee Integration and Application Integration. You can use the connection in an integration through the Connectors task.
Actions
This section lists some of the actions supported by the connector. To understand how to configure the actions, see Action examples.
Version 1
Actions supported in version 1
AddAttachments, CheckInDocument, CheckOutDocument, CopyDocument, CreateFolder, DeleteAttachment, DiscardCheckOutDocument, DownloadAttachments, DownloadDocument, MoveAttachmentOrDocument, and UploadDocument.
Version 2
Actions supported in version 2
AddAttachments, AddLists, CheckInDocument, CheckInFile, CheckPermission, CheckOutDocument, CopyDocument, CreateFolder, DeleteAttachment, DeleteDocument, DeleteLists, DiscardCheckOutDocument, DownloadAttachments, DownloadDocument, MoveAttachmentOrDocument, and UploadDocument.
DeleteAttachment action
This action deletes an attachment.
Input parameters of the DeleteAttachment action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| ListTitle | String | Yes | The title of the list item. |
| ItemId | String | Yes | The ID of the list item. |
| FileName | String | Yes | The name of the file to delete in the document library. |
For an example about how to configure the DeleteAttachment action,
see Examples.
AddLists action
This action adds a list in the document library.
Input parameters of the AddLists action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| Template | String | No | The name of the template used. |
| Description | String | No | A description of the list. |
| Name | String | No | The name of the list to be added in the document library. |
For an example about how to configure the AddLists action,
see Examples.
DeleteDocument action
This action deletes the document from the library.
Input parameters of the DeleteDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| Library | String | Yes | The name of the document library where the file is stored. |
| Path | String | Yes | The relative path of the document. |
For an example about how to configure the DeleteDocument action,
see Examples.
CheckPermission action
This action checks the permissions of a user or group on a list or list item.
Input parameters of the CheckPermission action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| ListName | String | No | The title of the list. |
| Principal | String | No | The login name of the user |
| ItemId | String | No | The ID of the list item. |
For an example about how to configure the CheckPermission action,
see Examples.
DeleteLists action
This action deletes a list in the document library.
Input parameters of the DeleteLists action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| Name | String | No | The name of the list to delete in the document library. |
For an example about how to configure the DeleteLists action,
see Examples.
CheckInFile action
This action checks in the file or document.
Input parameters of the CheckInFile action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RelativeURL | String | Yes | The relative URL of the folder. |
| DocumentName | String | Yes | The name of the file. |
| Comment | String | Yes | A comment for check-in. |
For an example about how to configure the CheckInFile action,
see Examples.
CheckOutDocument action
This action checks out the file or document.
Input parameters of the CheckOutDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RelativeURL | String | Yes | The relative URL of the folder. |
| DocumentName | String | Yes | The name of the file. |
For an example about how to configure the CheckOutDocument action,
see Examples.
CheckInDocument action
This action lets you check in a document.
Input parameters of the CheckInDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RelativeURL | String | Yes | The relative URL of the folder. |
| DocumentName | String | Yes | The name of the file. |
| Comment | String | No | A comment for check-in. |
For an example about how to configure the CheckInDocument action,
see Examples.
DiscardCheckOutDocument action
This action lets you undo a file check out.
Input parameters of the DiscardCheckOutDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RelativeURL | String | Yes | The relative URL of the folder. |
| DocumentName | String | Yes | The name of the file. |
For an example about how to configure the DiscardCheckOutDocument action, see Examples.
CopyDocument action
This action lets you copy a file from one location to another location.
Input parameters of the CopyDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| SourceFileRelativeUrl | String | Yes | The relative URL of the source file. |
| DestFileRelativeUrl | String | Yes | The relative URL of the destination file. |
For an example about how to configure the CopyDocument action,
see Examples.
UploadDocument action
This action lets you upload a file.
Input parameters of the UploadDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| FileName | String | Yes | Name of the file to be uploaded. |
| RelativeUrl | String | Yes | The relative URL of the folder. |
| Content | String | No | Content to upload as a file. |
| ContentBytes | String | No | Base64-encoded content of the file. Use this to upload binary data. |
| HasBytes | Boolean | No | This parameter specifies whether the content to upload is binary. The default value is false. |
For an example about how to configure the UploadDocument action,
see Examples.
DownloadDocument action
This action lets you download a file.
Input parameters of the DownloadDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RemoteFile | String | Yes | The URL of the document. It can be either a full URL or a relative URL. |
| Library | String | Yes | The name of the library. |
| HasBytes | Boolean | No | This parameter specifies whether the content should be downloaded as bytes. The default value is false. |
For an example about how to configure the DownloadDocument action,
see Examples.
MoveAttachmentOrDocument action
This action lets you move a file from one folder to another folder.
Input parameters of the MoveAttachmentOrDocument action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| SourceFileURL | String | Yes | The URL of the source file to move. |
| DestinationFolderURL | String | Yes | The URL of the destination folder. |
For an example about how to configure the MoveAttachmentOrDocument action,
see Examples.
CreateFolder action
This action lets you create a folder.
Input parameters of the CreateFolder action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RelativeURL | String | Yes | The relative URL of the folder. |
| FolderName | String | Yes | The name of the folder to create. |
For an example about how to configure the CreateFolder action,
see Examples.
AddAttachments action
This action lets you add an attachment.
Input parameters of the AddAttachments action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| ListTitle | String | Yes | The name of the attachment list. |
| FileName | String | Yes | The name of the attachment file. |
| ItemId | String | Yes | The ID of the attachment to add. |
| Content | String | Yes | Content of the attachment. |
| ContentBytes | String | No | Base64-encoded content of the file. Use this to upload binary data. |
| HasBytes | Boolean | No | This parameter specifies whether the content to upload is binary. The default value is false. |
For an example about how to configure the AddAttachments action,
see Examples.
DownloadAttachments action
This action lets you download attachments.
Input parameters of the DownloadAttachments action
| Parameter name | Data type | Required | Description |
|---|---|---|---|
| RemoteFile | String | Yes | The URL of the file. |
| HasBytes | Boolean | No | This parameter specifies whether the content to download is binary. The default value is false. |
For an example about how to configure the DownloadAttachments action,
see Examples.
Action examples
This section describes how to perform some of the actions in this connector.
Example - Delete an attachment
This example deletes the specified file.
- In the
Configure connector taskdialog, clickActions. - Select the
DeleteAttachmentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "ListTitle": "My lists", "ItemId": "1", "FileName": "sitepages.txt" }
If the action is successful, the
DeleteAttachment task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Check in a file
- In the
Configure connector taskdialog, clickActions. - Select the
CheckInFileaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RelativeURL": "/Shared Documents/TestFolder", "DocumentName": "Document.docx", "Comment": "Comment test with more than 1 word" }
If the action is successful, the
CheckInFile task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]
Example - Add a list to a library
- In the
Configure connector taskdialog, clickActions. - Select the
AddListsaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "Template": "DocumentLibrary", "Description": "testdata_from_gcpcloud", "Name": "TestList1757601118898" }
If the action is successful, the
AddLists task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]
Example - Delete a document
- In the
Configure connector taskdialog, clickActions. - Select the
DeleteDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "Library": "Shared Documents", "Path": "/Shared Documents/TestFolder/Document.docx" }
If the action is successful, the
DeleteDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]
Example - Check permissions on a list
- In the
Configure connector taskdialog, clickActions. - Select the
CheckPermissionaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "ListName": "TestList", "ItemId": "1", "Principal": "ACLSITE1 Owners" }
If the action is successful, the
CheckPermission task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]
Example - Delete a list
- In the
Configure connector taskdialog, clickActions. - Select the
DeleteListsaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "Name": "TestList1757601118898" }
If the action is successful, the
DeleteLists task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]
Example - Check in a document
- In the
Configure connector taskdialog, clickActions. - Select the
CheckInDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RelativeURL": "/Shared Documents/TestFolder", "DocumentName": "Document.txt", "Comment": "Comment test" }
If the action is successful, the
CheckInDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Check out a file
- In the
Configure connector taskdialog, clickActions. - Select the
CheckOutDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RelativeURL": "/Shared Documents/TestFolder", "DocumentName": "Document.txt" }
If the action is successful, the
CheckOutDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Discard a check out
This example reverts a file check out.
- In the
Configure connector taskdialog, clickActions. - Select the
DiscardCheckOutDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RelativeURL": "/Shared Documents/TestFolder", "DocumentName": "Document.docx" }
If the action is successful, the
DiscardCheckOutDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Copy a file to a different location
- In the
Configure connector taskdialog, clickActions. - Select the
CopyDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "SourceFileRelativeUrl": "/Shared Documents/Document.docx", "DestFileRelativeUrl": "/Shared Documents/TestFolder/Document123.docx" }
If the action is successful, the
CopyDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Upload a text file to a specified location
- In the
Configure connector taskdialog, clickActions. - Select the
UploadDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "FileName": "test.txt", "RelativeUrl": "/Shared Documents/TestFolder", "Content": "abcd" }
If the action is successful, the
UploadDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Upload a binary file to a specified location
- In the
Configure connector taskdialog, clickActions. - Select the
UploadDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "FileName": "test.txt", "RelativeUrl": "/Shared Documents/TestFolder", "ContentBytes": "SGVsbG8gd29ybGQK", "HasBytes": "true" }
If the action is successful, the
UploadDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Status": "Success"
}]Example - Download a file
- In the
Configure connector taskdialog, clickActions. - Select the
DownloadDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RemoteFile": "/TestFolder/test.txt", "Library": "Shared Documents" }
If the action is successful, the
DownloadDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Success": "True",
"Content": "Test File",
}]Example - Download a binary file
- In the
Configure connector taskdialog, clickActions. - Select the
DownloadDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RemoteFile": "/TestFolder/test1.png", "Library": "Shared Documents" "HasBytes": "true" }
If the action is successful, the
DownloadDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Success": "True",
"ContentBytes": "VGVzdCBGaWxl",
}]Example - Download a file from a specific site
- In the
Configure connector taskdialog, clickActions. - Select the
DownloadDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RemoteFile": " http://z8**.sharepoint.com/sites/SharepointGCS/Docs/SharpointGCS.docx", "Library": "Docs", "HasBytes": true }
If the action is successful, the DownloadDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[
{
"Success": "True",
"ContentBytes": "UEsDBAoAAAAAAAAAIQD/////TwEAAE8BAAAQAAAAW3RyYXNoXS8wMDAwLmRhdP////nFmjQeC1QbGmk9o7n0xjiLgudAMOrYQBpOZdZp5/OrWkWbudVPccasL5uVSKun3URrHAxow7iMUm2WSi7nlGy2Mr+sjJxQSrYFcFtDQyo/QSutWhbNcAODEWh14mklzxCS9C5CW3Fmwme/gMKGjGoXlSVyvtDoB+u0A6XtA8bkWTnPNHSvxcepoAKIdsR96imCvxe4MxOWqHWnQkLDyjNMOMrrQeMDF7nOMCCvPlVn5Vd6KlDYnHlW1zLOcQf6WmKl2xN4Z8WBXZfkrJZqPv6yNdWyp8ADRmgTdRSqDkPpQqzvqWj3qpdiRZqSwyBRtfr2kHBumkTNjSi6drBMFMxZEgrktw6ZxuEXcx3v16cXd6k5JVO3kOXMg/HFnH"
}
]
To download a file from a specific site, you must provide the complete address of the remote file.
Example - Move an attachment to a different location
- In the
Configure connector taskdialog, clickActions. - Select the
MoveAttachmentOrDocumentaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "SourceFileURL": "/Shared Documents/test.txt", "DestinationFolderURL": "/Shared Documents/TestFolder" }
If the action is successful, the
MoveAttachmentOrDocument task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Result": "Success"
}]Example - Create a folder in a specific location
- In the
Configure connector taskdialog, clickActions. - Select the
CreateFolderaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RelativeURL": "/Shared Documents/TestFolder", "FolderName": "TestFolder123" }
If the action is successful, the
CreateFolder task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Id": "110842b7-2393-4f11-9391-3d75214e9fb8",
"Status": "Success"
}]Example - Add an attachment to a list
- In the
Configure connector taskdialog, clickActions. - Select the
AddAttachmentsaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "ListTitle": "My Lists", "FileName": "TestAttachment2", "Content": "abcd text", "ItemId": "1" }
If the action is successful, the
AddAttachments task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"RelativeUrl": "/Lists/My lists/Attachments/1/TestAttachment2",
"Status": "Success"
}]Example - Add a binary attachment to a list
- In the
Configure connector taskdialog, clickActions. - Select the
AddAttachmentsaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "ListTitle": "My Lists", "FileName": "TestAttachment3", "ContentBytes": "VGVzdCBGaWxl", "HasBytes": "true", "ItemId": "1" }
If the action is successful, the
AddAttachments task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"RelativeUrl": "/Lists/My lists/Attachments/1/TestAttachment3",
"Status": "Success"
}]
Example - Download an attachment
- In the
Configure connector taskdialog, clickActions. - Select the
DownloadAttachmentsaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RemoteFile": "/Shared Documents/Document.txt" }
If the action is successful, the
DownloadAttachments task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Success": "True",
"Content": "Test File",
}]Example - Download a binary attachment
- In the
Configure connector taskdialog, clickActions. - Select the
DownloadAttachmentsaction, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "RemoteFile": "/Shared Documents/Document.docx", "HasBytes": "true" }
If the action is successful, the
DownloadAttachments task's connectorOutputPayload response
parameter will have a value similar to the following:
[{
"Success": "True",
"ContentBytes": "VGVzdCBGaWxl",
}]Entity operation examples
This section shows how to perform some of the entity operations in this connector.
Version 1
Entities supported in version 1
Files, and My Lists.
Version 2
Entities supported in version 2
Files, ListItem, My Lists, RoleAssignments, Sharing Links, SitePages, Subsites, and Users.
Example - List all files
This example lists all the files in the Files entity.
- In the
Configure connector taskdialog, clickEntities. - Select
Filesfrom theEntitylist. - Select the
Listoperation, and then click Done. - Optionally, in Task Input section of the Connectors task, you can filter your result set by specifying a filter clause. You can also specify multiple filter conditions by using the logic operators.
Example - List all sharing links of files
- In the
Configure connector taskdialog, clickEntities. - Select
Sharing Linksfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all sharing links of folders
- In the
Configure connector taskdialog, clickEntities. - Select
Sharing Linksfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all site pages
- In the
Configure connector taskdialog, clickEntities. - Select
SitePagesfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all sub sites
- In the
Configure connector taskdialog, clickEntities. - Select
Subsitesfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all my lists
- In the
Configure connector taskdialog, clickEntities. - Select
My Listsfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all users
- In the
Configure connector taskdialog, clickEntities. - Select
Usersfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all items
- In the
Configure connector taskdialog, clickEntities. - Select
ListItemfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - List all the role assignments
- In the
Configure connector taskdialog, clickEntities. - Select
RoleAssignmentsfrom theEntitylist. - Select the
Listoperation, and then click Done.
Example - Get a sharing link of a file
- In the
Configure connector taskdialog, clickEntities. - Select
Sharing Linksfrom theEntitylist. - Select the
Getoperation, and then click Done. - Set the entityId to Sharing Links. To set the entityId, in
the Data Mapper section of the Data Mapping, click Open Data Mapping Editor and
then enter
1.0in the Input Value field and choose the entityId as local variable.
Example - Get file details
- In the
Configure connector taskdialog, clickEntities. - Select
Filesfrom theEntitylist. - Select the
Getoperation, and then click Done. - Set the entityId to Files. To set the entityId, in
the Data Mapper section of the Data Mapping, click Open Data Mapping Editor and
then enter
ZETdEU1T_UOBEzbgDmsvcubxvUaXbcJNrrNPM4LqoklbdDZx3Eo0SIWPCsc_L6yIin the Input Value field and choose the entityId as local variable.
Example - Get a sharing link of a folder
- In the
Configure connector taskdialog, clickEntities. - Select
Sharing Linksfrom theEntitylist. - Select the
Getoperation, and then click Done. - Set the entityId to Sharing Links. To set the entityId, in
the Data Mapper section of the Data Mapping, click Open Data Mapping Editor and
then enter
3.0in the Input Value field and choose the entityId as local variable.
Example - Get a list
- In the
Configure connector taskdialog, clickEntities. - Select
My Listsfrom theEntitylist. - Select the
Getoperation, and then click Done. - In the Task Input section of the Connectors task, click entityId and
then enter
3in the Default Value field.Here,
3is a primary key value in theMy Listsentity.
Example - Create a list
- In the
Configure connector taskdialog, clickEntities. - Select
My Listsfrom theEntitylist. - Select the
Createoperation, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayloadand then enter a value similar to the following in theDefault Valuefield:{ "AuthorId": 11.0, "BaseName": "3_", "Attachments": false, "Title": "Created List New" }If the integration is successful, your connector task's
connectorOutputPayloadfield will have a value similar to the following:[{ "ID": 3.0 }]
Example - Delete a list
- In the
Configure connector taskdialog, clickEntities. - Select
My Listsfrom theEntitylist. - Select the
Deleteoperation, and then click Done. - In the Task Input section of the Connectors task, click entityId and
then enter
2in the Default Value field.
- To understand how to create and use the Connectors task in Apigee Integration, see Connectors task.
- To understand how to create and use the Connectors task in Application Integration, see Connectors task.
Limitations
The following are the limitations of the SharePoint connector:- The update operation for entities
SitePagesandEventsis not working. - The list operation for entities
AllFiles,AllPages,AllEvents,AllLists, andSitesis not working.
Get help from the Google Cloud community
You can post your questions and discuss this connector in the Google Cloud community at Cloud Forums.What's next
- Understand how to suspend and resume a connection.
- Understand how to monitor connector usage.
- Understand how to view connector logs.