Maximum Path Length
On This Page
Overview
Each platform has a defined maximum path length requirement. This is the number of characters allowed in your path length. For example, /Documents/Parent_Folder/Child_Folder. Using the Platform Comparison tool, you can validate what your source and destination connections support. For example, If Google Workspace supports a 500 character max path length while Box only supports 255 character max path length, DryvIQ will flag this for remediation since the path from the source violates the max path requirements on the destination.
List Connection Features and Limitations
You can get a list of the features and limitations for connections. Ensure you have an established connection before making the following call.
GET {{url}}v1/connections/{{cloud_connection}}?include=features
To list general supported features for a given platform, make the following call. No connection is required.
GET {{url}}v1/connections/platforms/{{platform_id}}?fields=all