juvann
September 23, 2021, 8:07pm
1
rclone support only size for check file in Mega, the support for modification time is missing.
I tried to analyze sdk of megacmd and is not easy to understand how the modification time is implemented.
Today I found the .NET library MegaApiClient which implement the modification time with attributes.
Here there is the code for write attributes.
Is it possible to implement it in go mega?
That's already an issue for it you can follow:
opened 09:52AM - 01 Nov 20 UTC
enhancement
doc fix
Remote: Mega
new feature
<!--
Welcome :-) We understand you are having a problem with rclone; we want … to help you with that!
If you've just got a question or aren't sure if you've found a bug then please use the rclone forum:
https://forum.rclone.org/
instead of filing an issue for a quick response.
If you think you might have found a bug, please can you try to replicate it with the latest beta?
https://beta.rclone.org/
If you can still replicate it with the latest beta, then please fill in the info below which makes our lives much easier. A log with -vv will make our day :-)
Thank you
The Rclone Developers
-->
#### What is the problem you are having with rclone?
_The modified time is not populated on the Mega' side after an `rclone sync`. Because of this: the Mega desktop application wants to download the synced files (not matching the modified time)._

#### What is your rclone version (output from `rclone version`)
```
rclone v1.53.2
- os/arch: windows/amd64
- go version: go1.15.2
```
#### Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
Windows 10, 64 bit
#### Which cloud storage system are you using? (e.g. Google Drive)
Mega
system
(system)
Closed
November 23, 2021, 4:11pm
3
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.