Options

Inconsistent Keywords Upload

cholmancholman Registered Users Posts: 4 Beginner grinner
I am having odd issues when uploading a photo including keywords. Using v 1.3.0, Java, Upload HTTP Put with OAuth. Some keywords surrounded by quotes and all are separated by commas. Tried to isolate - remove spaces, no 2 character words.... but cannot fine the factor which allows some through and others not. Receive a "ok" status on all uploads. Read the help for keywords and do not think i am violating any of the rules - except the 2 character item. But the good picture took "tx" without quotes. Please help - i am evaluating and would like to get the upload complete in the next day of so.

Worked: "west point", "usma", "basketball", fassion, people, street, austin, tx
http://calholman.smugmug.com/Photography/My-Gallery/20628810_phXQTh#1649745643_vn2Jn4X

Does not work: "Día de Muertos","day of the dead", Street, Austin, Tx
http://calholman.smugmug.com/Photography/My-Gallery/20628810_phXQTh#1649749447_md4c7pB

Code loading the transaction (using Jersey for JSON transactions in Java) - smugKeywords is a String.

.header("X-Smug-AlbumID", 20628810)
.header("X-Smug-Version", API_VERSION)
.header("X-Smug-ResponseType", "JSON")
.header("X-Smug-Pretty", true)
.header("X-Smug-Caption", thePicture.getDescription())
.header("X-Smug-Keywords", smugKeywords )
Sign In or Register to comment.