GETFILELIST

Returns a range containing all files which have been uploaded or created in the current nedyx workspace.

Syntax

GETFILELIST()

The function returns a range containing all files which have been uploaded or created in the current nedyx workspace, with the following columns:

  1. Hashed internal file name - a hash of the internal file name, including the original file extension.

  2. Type - The type of the file. Possible values are: β€œimage” and β€œfile”

  3. File size - the size of the file in bytes

  4. App name - the name of the app from which the file has been uploaded or created

  5. User name - the email of the user which has uploaded the file

  6. Upload time

  7. Last access time - for "file" type only

Remarks

The main purpose of this function is to provide Admin users an overview of all stored files and images of a workspace, to be able to clean it up from time to time. On the other hand, it should not be possible to open these files, because they could contain sensible information.

To enable this, file names are only returned in hashed format. So it is possible to delete the files (by using the DELETEFILE function), but not to download or send them by email.

Example

Last updated