Skip to Content
0
Jun 07, 2020 at 11:49 AM

Can I save file on trial SAP Cloud Platform account?

202 Views

I saw other examples where they deployed a Python script and were able to save a file, something like this:

  f = open('image/myfile.txt', 'wb')

But when I run this it says "No such file or directory".

  • Can I do this on my trial account?
  • Do I need to set permissions somehow?
  • Is my code wrong?