Image.save to Dropbox folder not working
-
I'm having difficulty saving image files (jpeg) to Dropbox. I save the file using Image.save or Editor.set_file_contents to a Dropbox path but it doesn't show up in the file manager or on Dropbox. But it seems to be available for Preview when I call it in Markdown or with an <img> tag. Any pointers?
-
In elaboration: I am saving an image from clipboard to a file within the Dropbox directory using Image.save or Editor.set_file_contents (and properly encoded). I can easily import and save an image using Editorial context menu but saving by code does not seem to work correctly.