Ipfs file - meta data eg date created, uploaded, by

From @paulransfield on Sun Oct 25 2015 17:23:24 GMT+0000 (UTC)

how do i find out who, when, and where an ipfs file was uploaded to ipfs?

i created this mockup of dogole a couple of weeks before google rebranded …

but how can i tell i made it?

https://gateway.ipfs.io/ipfs/QmZYs66kvUZCkuCmSogANJCneKTTp2jLrBscsYTt2yKjhK


Copied from original issue: https://github.com/ipfs/faq/issues/67

From @jbenet on Wed Oct 28 2015 00:02:05 GMT+0000 (UTC)

all of that information is irrelevant to a low level object store – it is metadata you want to track, which is doable but should not be enforced for all objects.

From @jbenet on Wed Oct 28 2015 00:02:38 GMT+0000 (UTC)

btw, all the data will be manipulatable to some degree-- if you care about attribution, the real solution is to use something like ascribe – https://ascribe.io

From @paulransfield on Thu Oct 29 2015 18:35:55 GMT+0000 (UTC)

@jbenet thanks for your reply, advice and pointer to ascribe.io :slight_smile: