Integrating Google Drive With PEGA Platform-2
Integrating Google Drive With PEGA Platform-2
Integrate your application with Google Drive to store, sync, and manage essential
business files. Pega Platform™ provides a Google Drive component with sample
configurations to interact with files via repository data pages, streamlining file
management within your application.
Integrate Google Drive with your application by completing the following steps:
Download the GoogleDriveRepository.zip ZIP file that contains the Google Drive
component from Pega Marketplace. Then Import It your application.
[email protected] / [email protected]
Configuring a Google Drive authentication profile
Register your Pega application with Google and take note of the client ID and client
secret. Refer to the Google documentation for further details
[email protected] / [email protected]
Copy this two key and save for later usage.
Note: Remember to add a Test user, if not you will get error when Authorize from
Authenticate profile (This is only for testing app no need published app)
[email protected] / [email protected]
In your Pega application, create an OAuth 2.0 authentication profile. For detailed steps,
refer to "Creating an authentication profile."
1. Open the Edit Authentication Profile form and go to the OAuth 2.0 tab.
[email protected] / [email protected]
To configure the connection for the repository API:
These details ensure the proper connection to Google's OAuth 2.0 service for token
management.
[email protected] / [email protected]
5. Confirm your settings by clicking Save.
This process establishes a secure connection between your Pega app and Google
Drive.
[email protected] / [email protected]
Now open Application rule and switch to integration tab. Then select “Store in repository”
radio button and select you created repository.
Now all configurations are done, create a case and add a file. it will store your
google drive given location.
[email protected] / [email protected]
Attached file store our Drive.
Reference :
Integrating Google Drive with Pega Platform
Authenticate to Google Workspace APIs by using OAuth 2.0 client credentials
… Happy Learning …