文件夹 API - 可能的错误

     

    获取文件夹的列表 - 常见错误

    错误代码

    R3100

    错误描述

    您的 API 请求无法列示您帐户中的文件夹。请稍后重试 

     

    获取子文件夹的列表 - 常见错误

    错误代码

    R5013

    错误描述

    您的 API 请求无法针对指定的文件夹 id 列示您帐户中的子文件夹。请稍后重试。 

     

    创建文件夹 - 必需参数缺失

    错误代码

    R2009

    错误描述

    您需要在 API 请求中将文件夹指定为必需参数。 

     

    创建文件夹 - 文件夹名已存在

    错误代码

    R3103

    错误描述

    该文件夹名已存在。请输入另一名称,然后重试。 

    



    删除文件夹 - 无权限

    错误代码

    R5010

    错误描述

    您无删除此文件夹的访问权/权限。请联系帐户的管理员/所有者以提供必需权限,然后重试。 

     

    错误响应:

    
    				{
        "error":{
            "errorcode": "R3100",
            "message": "Sorry, an error occurred when listing the folders. Please try again."
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "We failed to authenticate the API request. Please try with proper authentication.",
            "errorcode": "R5013"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "parameter_name": "folder_name",
            "message": "You seem to be missing a mandatory parameter that's required to perform this action.",
            "errorcode": "R2009"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "The folder name already exists. Please try again with new folder name.",
            "errorcode": "R3103"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "Permission denied. You are not authorized to perform this operation.",
            "errorcode": "R5010"
        }
    }