From 05bba88110e6e2f4b1e828a6afd20e7ebc7af4c3 Mon Sep 17 00:00:00 2001 From: Rehan Fazal Date: Fri, 30 Aug 2024 18:21:17 +0200 Subject: [PATCH] Fixed the issue with Dropbox Upload which was happening because the token expires, added the refreh token logic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e96c08..84402c5 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Feel free to open issues or submit pull requests if you have any improvements or ### Issues: -- ~~ The dropbox isn't working at the moment because the token expiration, I need to find out a way to tackle that here, the main code `reddit_stash.py` works as expected. +- ~~The dropbox isn't working at the moment because the token expiration, I need to find out a way to tackle that here, the main code `reddit_stash.py` works as expected.~~ - The dropbox code needs to have the hashing mechanism, to make the upload faster. - The `reddit_stash.py` downloads all the file first and decides if the file is availble or not, implement early exit startegy while relevent fetching the content. - The file size calculation should be done once rather than in each iterations.