-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add or Remove files directly in Dropbox does not update the list displayed on 'Open file from Dropbox' Window #88
Comments
@glandre Did the file you uploaded had the ".tex" extension? We currently only display files from Dropbox that have the ".tex" extenstion. |
Yes, they were tex files. Since I've been working on Dropbox connection feature, I was intending to solve this problem before. However, I was working on another feature, so I decided to document it to not forget it. Now that I've finished my previous task, I will work on it, OK? |
Hi @sebbrudzinski,
Debugging the code I noticed that the files are searched by In fact, with this method the problem was solved. I replaced the first stretch bellow with the second:
I will read a bit more, because, I still need to understand better the behavior of this method ( In addition to that, I will set up a Windows Environment to test if it is just a Linux behavior or not. |
Oops! I tested on Windows the first time with my new code... So it happens on both Linux and Windows... Probably the |
This is strange behaviour indeed, I've tested it a while ago and it worked fine for me. The reason we use searchFileAndFolder names is to not fetch all the files from the Dropbox acc (which is usually a lot and would use a lot of resources). For the reproduction sake. What is the file name that you are uploading to Dropbox? Also, what is the path? (or how deep is the file placed) |
Repro steps:
Ideally, the list should always be retrieved when 'Open from Dropbox' is trigged.
The text was updated successfully, but these errors were encountered: