returns a file object
// getting the file id by the index var id = vault.data.getId(1); // -> "img2" // getting the file object by the id var file = vault.data.getItem("img2");