My Stuff
Comments
-
I've found that the mistake below code, you declare file variable is like a file object. that is the issue. You can try some code. var fileRequest = {name: 'test' + '.txt',fileType: file.Type.PLAINTEXT, contents: 'test',encoding: file.Encoding.UTF_8, description: 'test', folder: 165 }; try{ var fileObj =…
-
Hi latchadev, you can try the same code in the post sourcing, it's maybe working. Thanks, Maneendra.G