Using Dropbox's python API to detect changes -
Using Dropbox's python API to detect changes -
how go detecting if file changed, using dropbox's python api? can't check file on disk because won't updated if it's in use.
the best way utilize files hash metadata phone call of api. should store hash locally.
the metadata api phone call can take metadata parameter create homecoming 304 (not modified) status if file has not changed. (more info: https://www.dropbox.com/developers/reference/api#metadata)
but method still requires poll api constantly.
python dropbox
Comments
Post a Comment