Hi, I need help completing/correcting the following:
easy_install pyfilesystem
>>> import fs.dropboxfs
>>> myfs = fs.dropboxfs.dropboxfs(bucket, prefix,
dropbox_access_key,dropbox_secret_key)
>>> db.define_table('test',Field('file','upload',uploadfs = myfs))
You have a good one...
Ashraf
--

