Released Pack: Google Drive Extra

New Formula: DriveFileInfo(url)

Returns an object containing all fields from a Google Drive File object
Use ParseJSON() to extract any value.
Thanks @Chris_Williams for requesting!

New Formula: FileSizeReadable(bytes)

Converts number of bytes into a human readable string
Credit: Andrew on stackoverflow

Example!

Bytes formula: thisRow.[File Data].ParseJSON("size")

2 Likes