Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • Why are you appending literal double-quote characters to the filename? Get rid of the mxk stuff.
    – Barmar
    Commented Jul 5 at 15:30
  • It also looks like you're copying the double-quote characters into the clipboard. Don't do that.
    – Barmar
    Commented Jul 5 at 15:32
  • 1
    Quotes are needed when you're typing some filenames into the command prompt. They're not used when calling an API.
    – Barmar
    Commented Jul 5 at 15:32
  • The reason I'm adding a double quote at the end is because if I don't the print response will be missing an end quote and not be a valid path
    – Idokoond K
    Commented Jul 5 at 15:53
  • Paths don't need quotes to be valid. You're confusing the path with the shell syntax.
    – Barmar
    Commented Jul 5 at 15:54