Adds a directory to the left-side navigation pane of DataAnalysis.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TargetType | string | No | The type of the directory that you want to add to the left-side navigation pane of DataAnalysis. Example: META_ALBUM, which indicates the data album. | META_ALBUM |
TargetId | string | No | The ID of the directory that you want to add to the left-side navigation pane of DataAnalysis. This parameter is used together with the TargetType parameter. For example, if you set the TargetType parameter to META_ALBUM, you must set the TargetId parameter to the ID of the related data album. You can call the ListMetaCollections operation to obtain the ID of the data album. The ID is indicated by the QualifiedName parameter. | album.339 |
TargetUserId | string | No | The ID of the user in the tenant.
| 1234567890 |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"Data": 1,
"RequestId": "C27D4FB9-C59B-5E17-BD6C-1099B9D6A381",
"ErrorMessage": "You have no permission.",
"Success": true,
"ErrorCode": "200"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | BusinessError.Dictionary.MountDictionaryCountOverLimit | The maximum mount limit is 8, and cannot continue to mount. |
500 | BusinessError.Dictionary.InvalidDictionaryOrNoPermission | Albums that do not exist or do not have permission cannot be mounted. |
500 | BusinessError.Dictionary.NoPermissionToUpdateOtherDictionary | You have insufficient permissions, only administrators can modify other people's directories. |
500 | BusinessError.Dictionary.InvalidUserId | This user id is illegal. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-02 | The Error code has changed. The request parameters of the API has changed | View Change Details |