Bit
09/03/2024, 6:37 PMvar file_object = file.load({
id: fileId,
});
file_object.isOnline = true;
file_object.save();
and get this weird error in execution log:
"populate_package" is not defined.
with the stack trace..NickSuite
09/03/2024, 6:42 PMBit
09/03/2024, 8:44 PMNickSuite
09/04/2024, 7:51 AM