Hmm. The restriction on creating stuff inside Dropbox directories is that you can't create something inside (eg.) /home/Mordeaux/Dropbox
-- that's because the only things that are meant to be in there are a README, an __init__.py
, and the folders you've shared with us. So if you're creating something inside /home/Mordeaux/Dropbox/somethingyouveshared
then it should be fine.
One possibility: are you giving the full path when you create the directory? If not, it will be creating it relative to whatever the current working directory of your web app is, which could be anywhere. Try with a full path and see if that helps.