<div dir="ltr">Hi John,<div><br></div><div>I just tried to reproduce this against a local Girder instance, which was on the latest Girder master, and I used pip installed girder-client 2.2.0.</div><div><br></div><div>I was able to upload a folder and files, to a folder with items in Girder.  </div><div><br></div><div>I then re-uploaded, without setting reuseExisting=True, in this case it created all new items with names like "original name (1)" for a second copy of a file named "original name".  </div><div><br></div><div>I removed all of the "(1)" files, and then reuploaded using reuseExisting=True, which didn't upload anything because all of the files in Girder were up to date with the local files.  </div><div><br></div><div>I then changed one of the local file's contents, and re-uploaded with reuseExisting=True, it did upload and replace the one changed original file with the new contents, and the size of the file changed (and I could download the new file and verify the new contents), but the created and updated timestamps on the item didn't change, nor did the item and file names.</div><div><br></div><div>Let me know if you are still stuck,</div><div>Mike</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 3, 2017 at 5:21 PM, John Tourtellott <span dir="ltr"><<a href="mailto:john.tourtellott@kitware.com" target="_blank">john.tourtellott@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am trying to update a file that has previously been uploaded to girder.<br><div><br>To
 do that, I am calling girder_client.upload() with the argument 
"reuseExisting=True", however the file contents at that item are not 
getting updated. There is a message written to the console "File xxx 
exists in item, but with stale contents".<br><br></div><div>I am using the pip-installed girder client (version 2.2.0).<br><br></div>Should the file contents be overwritten when the reuseExisting flag is set?</div>
<br>______________________________<wbr>_________________<br>
Girder-users mailing list<br>
<a href="mailto:Girder-users@public.kitware.com">Girder-users@public.kitware.<wbr>com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/girder-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/girder-users</a><br>
<br></blockquote></div><br></div>