Hi,
I used the guide to connect dropbox and pythonista and I believe it was 100% successful, but I found it hard to translate a normal guide to import files like:
http://learnpythonthehardway.org/book/ex15.html
to an ipad app like Pythonista.
I tried this already to test it
Import dropbox
f = open 'filename.txt'
response = client.put_file('\filename.txt',f) #< Error: No such file or directory. IOError
print "uploaded" ,response
Sorry in advance if the question seems dumb.