Good morning Adam, In my integration I had already used the function getFilePath. I have something like: file=demisto.getFilePath(file_id) file=open(file['path'],'rb') Then, I use this variable as the input for the API request because if I try to open file['name'] it can't find the file. The problem is that this variable is equals to <_io.BufferedReader name='71_356@71'> and it should be <_io.BufferedReader name='myfile.xls'> to allow the API to read the extension properly. Thanks once again, Alejandro.
... View more