I have a file where I’m trying to add metadata using a template we have been using in the past.
When I try to save the metadata using the UI (when editing the file) I get back the following error:
"An error has occurred while updating metadata. Please refresh the page and try again."
I’ve tried refreshing the page and repeating the process, but still get the same error.
When I happen to look at the Chrome Dev Tool Console window I can see that the Box UI is getting an error response back from an ajax call they posting. The error says:
{
"message": "Encountered invalid value for template field key=alfrescoCreatedDate with id=eb….",
"code": "bad_request",
"request_id": "d…."
}
This is a hidden field we have had for several years and never ran into any issue trying to save the metadata. It really shouldn’t be trying to do anything with this hidden field.
Have any of you run into this? Is there any work around?
Support so far has not been helpful.