0
dbx = dropbox.dropbox.Dropbox('***************')
f = open("/home/net/a.py", 'rb')
data = f.read()
res = dbx.files_upload(data, "/a.py", dropbox.files.WriteMode.overwrite)
今、私はプロキシを使用したいと思います。Dropbox APIでプロキシを使用するには?
[参考のために架橋:https://www.dropboxforum.com/t5/API-support/How-to-use-proxies-with-Dropbox-API/td-p/201103] – Greg