From fc0c3a2297c4363517d0d7c4bee54df46425571a Mon Sep 17 00:00:00 2001 From: jo-pol Date: Tue, 19 Dec 2023 14:19:39 +0100 Subject: [PATCH] note about not expected 403 --- src/datastation/dv_dataset_edit_metadata.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/datastation/dv_dataset_edit_metadata.py b/src/datastation/dv_dataset_edit_metadata.py index c9b83a7..067f6e6 100644 --- a/src/datastation/dv_dataset_edit_metadata.py +++ b/src/datastation/dv_dataset_edit_metadata.py @@ -32,7 +32,9 @@ def main(): "--value author@authorName='the name' " "--value author@authorAffiliation='the organization'. " "Only repetitive compound fields are supported. " - "An attempt to update a protected field will result in '403 Client Error: Forbidden'. ") + "An attempt to update a protected field will result in '403 Client Error: Forbidden'. " + "You may also get a 403 when updating author details without updating the authorName. " + "The server logs will show the details of the error. ") parser.add_argument('-q', '--quote_char', dest="quote_char", default='"', help="The quote character for a CSV file. The default is '\"'. " "The quoting style on the command line for repetitive fields "