Update Metadata - Possible errors
Unsupported metadata key
Error code
PDF9031
Error description
This error occurs when one or more unsupported metadata keys are provided.
Error Response
{
"error": {
"message": "One or more unsupported metadata keys were provided. Please remove any unsupported keys and try again.",
"documentation_url": "https://www.zoho.com/pdfeditor/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "PDF9031"
}
}
"error": {
"message": "One or more unsupported metadata keys were provided. Please remove any unsupported keys and try again.",
"documentation_url": "https://www.zoho.com/pdfeditor/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "PDF9031"
}
}
Suggested action
Please provide valid supported metadata keys and try again.
Invalid date format
Error code
PDF9032
Error description
This error appears when the invalid date format provided.
Error Response
{
"error": {
"message": "The date format provided is invalid. Please provide the date in ISO 8601 format.",
"documentation_url": "https://www.zoho.com/pdfeditor/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "PDF9032"
}
}
"error": {
"message": "The date format provided is invalid. Please provide the date in ISO 8601 format.",
"documentation_url": "https://www.zoho.com/pdfeditor/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "PDF9032"
}
}
Suggested action
Please provide the correct date format as mentioned in the API's documentation.
Note: If you still find any trouble, please write to us at: support@zohopdf.com.