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.viewer
androles/secretmanager.secretAccessor
IAM 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.
- In the Connection name field, enter a name for the connection instance. The connection name can contain lower-case 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 section, create a client secret for the application, and save the client secret value.
- In API permissions, select the required Application permissions and Delegated permissions. For the connection to be active, you must grant the following minimum permission:
Sites.Read.All
.The following table lists the permissions that are required to perform operations in the application.
Delegated permissions Application permissions ConsentRequest.Read.All
AllSites.FullControl
ConsentRequest.ReadWrite.All
AllSites.Manage
DelegatedAdminRelationship.Read.All
AllSites.Read
DelegatedAdminRelationship.ReadWrite.All
AllSites.Write
DelegatedPermissionGrant.Read.All
EnterpriseResource.Read
DelegatedPermissionGrant.ReadWrite.All
EnterpriseResource.Write
Files.Read.All
MyFiles.Read
Files.ReadWrite.All
MyFiles.Write
Group.Create
Project.Read
Group.Read.All
Project.Write
Group.ReadWrite.All
ProjectWebApp.FullControl
Sites.FullControl.All
ProjectWebAppReporting.Read
Sites.FullControl.All
Sites.FullControl.All
Sites.Manage.All
Sites.Manage.All
Sites.Read.All
Sites.Read.All
Sites.ReadWrite.All
Sites.ReadWrite.All
Sites.Selected
Sites.Search.All
User.Export.All
Sites.Selected
User.Read
TaskStatus.Submit
User.Read.All
TermStore.Read.All
User.ReadWrite.All
TermStore.Read.All
TermStore.ReadWrite.All
TermStore.ReadWrite.All
User.Read.All
User.Read.All
User.ReadWrite.All
User.ReadWrite.All
- 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.All
scopes and select who can control (Admins and users). - Click Save.
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 |
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-25
Enter 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.pfx
andMyCertificate.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.
DeleteAttachment action
This action deletes an attachment.
Input parameters of the DeleteAttachment action
Parameter name | Data type | Required | Description |
---|---|---|---|
ListTitle | String | Yes | Title of the list item. |
ItemId | String | Yes | ID of the list item. |
FileName | String | Yes | Name of the file to be deleted from the document library. |
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 | Relative URL of the folder. |
DocumentName | String | Yes | Name of the file to be checked in. |
Comment | String | No | An optional check in message. |
CheckOutDocument action
This action lets you check out a file.
Input parameters of the CheckOutDocument action
Parameter name | Data type | Required | Description |
---|---|---|---|
RelativeURL | String | Yes | Relative URL of the folder. |
DocumentName | String | Yes | Name of the file to be checked out. |
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 | Relative URL of the folder. |
DocumentName | String | Yes | Name of the file for which the check out has to be undone. |
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 | Relative URL of the source file. |
DestFileRelativeUrl | String | Yes | Relative URL of the destination file. |
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 | Relative URL of the folder. |
Content | String | No | Content to upload as a file. |
ContentBytes | String | No | Bytes content (as a Base64 string) to upload as a file. Use this to upload binary data. |
HasBytes | Boolean | No | Specifies if the content to be uploaded is binary. The default value is false . |
DownloadDocument action
This action lets you download a file.
Input parameters of the DownloadDocument action
Parameter name | Data type | Required | Description |
---|---|---|---|
RemoteFile | String | Yes | Full URL of the file to download. |
Library | String | Yes | Name of the library on the SharePoint server. |
HasBytes | Boolean | No | Specifies if the content should be downloaded as bytes. The default value is false . |
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 | URL of the source file that should be moved. |
DestinationFolderURL | String | Yes | URL of the destination folder. |
CreateFolder action
This action lets you create a folder.
Input parameters of the CreateFolder action
Parameter name | Data type | Required | Description |
---|---|---|---|
RelativeURL | String | Yes | Relative URL of the folder. |
FolderName | String | Yes | Name of the folder to create. |
AddAttachments action
This action lets you add an attachment.
Input parameters of the AddAttachments action
Parameter name | Data type | Required | Description |
---|---|---|---|
ListTitle | String | Yes | Name of the attachment list. |
FileName | String | Yes | Name of the attachment file. |
ItemId | String | Yes | ID of the attachment to be added. |
Content | String | Yes | Content of the attachment. |
ContentBytes | String | No | Bytes content (as a Base64 string) to upload as an attachment. Use this to upload binary data. |
HasBytes | Boolean | No | Specifies if the content to be uploaded is binary. The default value is false . |
DownloadAttachments action
This action lets you download attachments.
Input parameters of the DownloadAttachments action
Parameter name | Data type | Required | Description |
---|---|---|---|
RemoteFile | String | Yes | Relative URL of the file. |
HasBytes | Boolean | No | Specifies if the content to be downloaded is binary. The default value is false . |
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 task
dialog, clickActions
. - Select the
DeleteAttachment
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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 document
This example checks in a document.
- In the
Configure connector task
dialog, clickActions
. - Select the
CheckInDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example checks out a file.
- In the
Configure connector task
dialog, clickActions
. - Select the
CheckOutDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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 task
dialog, clickActions
. - Select the
DiscardCheckOutDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example copies a file from one location to another location.
- In the
Configure connector task
dialog, clickActions
. - Select the
CopyDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example uploads a text file to the specified location.
- In the
Configure connector task
dialog, clickActions
. - Select the
UploadDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example uploads a binary file to the specified location. When uploading a binary file, specify the content to upload as a Base64 encoded string.
- In the
Configure connector task
dialog, clickActions
. - Select the
UploadDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example downloads a file.
- In the
Configure connector task
dialog, clickActions
. - Select the
DownloadDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example downloads a binary file.
- In the
Configure connector task
dialog, clickActions
. - Select the
DownloadDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example downloads a file from a specific site.
- In the
Configure connector task
dialog, clickActions
. - Select the
DownloadDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example moves an attachment from one location to another location.
- In the
Configure connector task
dialog, clickActions
. - Select the
MoveAttachmentOrDocument
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example creates a folder in the specified location.
- In the
Configure connector task
dialog, clickActions
. - Select the
CreateFolder
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example adds an attachment to the specified list.
- In the
Configure connector task
dialog, clickActions
. - Select the
AddAttachments
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example adds a binary attachment to the specified list.
- In the
Configure connector task
dialog, clickActions
. - Select the
AddAttachments
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example downloads an attachment.
- In the
Configure connector task
dialog, clickActions
. - Select the
DownloadAttachments
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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
This example downloads a binary attachment.
- In the
Configure connector task
dialog, clickActions
. - Select the
DownloadAttachments
action, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "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.
Example - List all files
This example lists all the files in the Files
entity.
- In the
Configure connector task
dialog, clickEntities
. - Select
Files
from theEntity
list. - Select the
List
operation, 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 - Get a list
This example gets a list with the specified ID from the My Lists
entity.
- In the
Configure connector task
dialog, clickEntities
. - Select
My Lists
from theEntity
list. - Select the
Get
operation, and then click Done. - In the Task Input section of the Connectors task, click EntityId and
then enter
3
in the Default Value field.Here,
3
is a primary key value in theMy Lists
entity.
Example - Create a record
This example creates a record in the My Lists
entity.
- In the
Configure connector task
dialog, clickEntities
. - Select
My Lists
from theEntity
list. - Select the
Create
operation, and then click Done. - In the Task Input section of the Connectors task, click
connectorInputPayload
and then enter a value similar to the following in theDefault Value
field:{ "AuthorId": 11.0, "BaseName": "3_", "Attachments": false, "Title": "Created List New" }
If the integration is successful, your connector task's
connectorOutputPayload
field will have a value similar to the following:[{ "ID": 3.0 }]
Example - Delete a record
This example deletes the record with the specified ID in the My Lists
entity.
- In the
Configure connector task
dialog, clickEntities
. - Select
My Lists
from theEntity
list. - Select the
Delete
operation, and then click Done. - In the Task Input section of the Connectors task, click entityId and
then enter
2
in 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.
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.