Ask a question to get started
Enter to send•Shift+Enter new line
Data structure for storing file contents with metadata.
FileData()
TypedDict
File content as a plain string (utf-8 text or base64-encoded binary).
Content encoding: "utf-8" for text, "base64" for binary.
"utf-8"
"base64"
ISO 8601 timestamp of file creation.
ISO 8601 timestamp of last modification.