No matter which file I upload, HiDrive always writes the current date. But from archive reasons I would like that the creation date of a file remains as it is. That is not right! Is there any way to change this?
No matter which file I upload, HiDrive always writes the current date. But from archive reasons I would like that the creation date of a file remains as it is. That is not right! Is there any way to change this?
The API has the endpoint PATH /meta for setting the mtime, e.g.
PATCH /meta?path=/&mtime=1414141414
It's documented at https://dev.strato.com/hidrive/conte...=115-reference, then mouse over Find field and scroll down to PATCH /meta.
I'm sorry for the late reply. Please let us know if you have further questions.