Hi,
I want to list files that are created after a given date. I want to do this using API. There isn't any creation date for files and folders. Any other way to do this?
Also, another query,
under .tag = deleted, we receive files and folders which have been deleted. But we can't separate or identify whether a deleted item is a file or folder.
{
".tag": "deleted",
"name": "Gofiles",
"path_lower": "/documents/gofiles",
"path_display": "/Documents/Gofiles"
}
It only gives file or folder name and path. I also want to know whether it's a file or a folder.