Important Terms
Before integrating with each application, the integration personnel of the business system need to determine: business system ID and business system callback context.
Document ID (docId)
That is, docId. Every file in a third-party system must have a unique document ID. The same file has the same ID. When a third-party system requests online editing/preview services, it needs to specify the docId for editing/previewing.
Important Notes:
- docId is the ID that identifies the file, string type
- Cannot contain colon
: - Cannot have one ID corresponding to different files, one moment it's a Word file, the next moment it becomes a PDF file
- Cannot have the same file, this time editing uses this ID, next time editing uses another ID
Business System ID (appId/repoId)
When a third-party system requests online editing/preview services, it needs to specify the appId for the current request.
Notes:
- This ID needs to be configured in the Filez Document Platform
Third-Party Business System Callback Context
Third-party business systems need to provide file upload and download addresses, and the prefix of the address (must include host) needs to be configured in the Filez Document Platform.
Example, if the configured context is:
http://my.integration.com
Then the download and upload URLs in the initialization configuration must start with http://my.integration.com.