GETFILELIST
Returns a range containing all files which have been uploaded or created in the current nedyx workspace.
Returns a range containing all files which have been uploaded or created in the current nedyx workspace.
GETFILELIST()
The function returns a range containing all files which have been uploaded or created in the current nedyx workspace, with the following columns:
Hashed internal file name - a hash of the internal file name, including the original file extension.
Type - The type of the file. Possible values are: βimageβ and βfileβ
File size - the size of the file in bytes
App name - the name of the app from which the file has been uploaded or created
User name - the email of the user which has uploaded the file
Upload time
Last access time - for "file" type only
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.