I have scripts where I'm updating the modifieddate of (millions of) files but I'd really like to update the createddate so that the date isn't lost if someone edits the file ... it seems like this can't be done if I substitute modifieddate and put createddate instead, am I right?
gam user <user> update drivefile teamdriveid <GFileID> modifieddate <YYYY-MM-DD>
I realise I could add the date to the description of the file but I don't really want to do that as I'm already putting other information in there.
thank you