View Single Post
jonnenau's Avatar
Posts: 116 | Thanked: 445 times | Joined on Apr 2010 @ Oulu, Finland
#86
Originally Posted by Jaykie View Post
Amazing stuff! I can see the Transfers manager in one of the screenshots, is there a way to see the transfer progress e.g. 3.1MB / 6.4MB Uploaded etc?
As far as I see it this wont be possible currently with the underlying python libs. Its just one line get that returns the web response, I can show how long it took after its done, but thats about it.

Seems that I would need to re-implement parts of the dropbox python client myself with urllib2 or something that I can make progress callbacks, i suppose its possible at some point. For now I can just say waiting, started, completed/failed Could make a counter for how long it has progressed, starting from 0 sec. Maybe that would bring some info for you. And also the file size.