Dropboxfs
dropboxfs for pyfilesystem
Install / Use
/learn @revolunet/DropboxfsREADME
DropBoxFs for PyFileSystem
Use your DropBox account as a FileSystem with pyfilesystem
Author : julien@revolunet.com
example
from fs.dropboxfs import DropBoxFS
dropBoxFsConfig = {
'path':'/'
,'consumer_key':'8px67m'
,'consumer_secret':'o61w3o9'
,'user_name':'julien@revolunet.com'
,'user_password':'aTrP5xAhxS7'
}
# open a connection
mydropbox = DropBoxFS(**dropBoxFsConfig)
# list a dir
mydropbox.listdir('/')
# read a file
print mydropbox.open('README.txt','r').read()
# write to a file
mydropbox.open('writeTest.txt', 'w').write('hello, world')
Links
- our FileBrowser with PyFS backend demo
- the PyFileSystem google group
Related Skills
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.5kCommit, push, and open a PR
