Maximum file size for upload to file cabinet
# ask-stanley-ai
l
Maximum file size for upload to file cabinet
c
AI generated answer (using internal Slack threads):
The maximum file size for upload to the NetSuite file cabinet is 10MB. This limitation applies when you are using the drag and drop feature or adding files via script. However, it's important to note that larger files can be uploaded without issue through other methods. If you are trying to save a file that exceeds this limit, you might encounter the error
SSS_File_CONTENT_SIZE_EXCEEDED
. One workaround for this issue is to append the file content line by line instead of all at once. This can be done using the
File.appendLine
method in SuiteScript. Please note that all files in the file cabinet are automatically scanned for viruses, and certain content such as macros could trigger a false positive for the scanner. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.866712391
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.862528443
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848253608
Please provide your feedback on this answer.