Hi all,
thanks for your replies thus far.
@David, I am actually working on a PythonResourcespace API and aiming to put it on Github and into pypi. Currently, it's in a very basic and unstable state, but I hope to be able to at least update it onto github today or tomorrow, with a couple of examples how it should work. Stay tuned!
About my specific problem: I 'forgot' that I could actually upload a picture from a URL using the 'create_resource' function.. So, I just did that today, and: IT WORKS! The file gets uploaded and attached to my resource.
The problem that I am still encountering is that I cannot attach an image afterwards. Both 'upload_file' and 'upload_file_by_url' will return an HTTP 500 error.
@reidb, I would say that I probably have that patch included, as 9.7 is on r18742 and since I am able to upload a resourcefile with 'create_resource'.