You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if someone attempts to upload a file to the /namespaces/{namespaceId}/data endpoint, and only sets the file field, the request will fail with the following response:
As a workaround it is possible to get this to work by adding another field to the form called autometa and setting its value to be true. This upload should work without needing to set this field though.
The text was updated successfully, but these errors were encountered:
Right now, if someone attempts to upload a file to the
/namespaces/{namespaceId}/data
endpoint, and only sets thefile
field, the request will fail with the following response:As a workaround it is possible to get this to work by adding another field to the form called
autometa
and setting its value to betrue
. This upload should work without needing to set this field though.The text was updated successfully, but these errors were encountered: