Hi everyone. Is it possible to get the file conten...
# suiteql
d
Hi everyone. Is it possible to get the file contents only using suiteql? Or is it necessary to implement a suitescript in order to do that? Something similar to this (https://timdietrich.me/blog/netsuite-file-cabinet-suitescript-suiteql-restlet/). Thanks!
m
I am pretty sure you cannot read from a file directly from suiteql, need to use the N/file module.
d
What about using the URL provided on the File table? Is it possible using the Oauth authentication to download using that?