-
Notifications
You must be signed in to change notification settings - Fork 29
todo.txt from Dropbox doesn't load #55
Comments
Possible fix maybe (in src/js/storage/storage_dropbox.ts line 107)
|
According to the dropbox api versionTag should always exist. I cannot reproduce this at all. I tried it for deleted files, or renamed files and I even tried it for a file that never existed and the page correctly display the error "File not found", or "file has been deleted". Can you still reproduce this? How do you reproduce it? |
When I try to load my todo.txt File from Dropbox I get this error. I use another app (SimpleTask) on my android devices, so my todo.txt file resides under /Apps/SimpleTask/. |
Ah, it's a browser issue. Got the error in Google Chrome. Firefox works fine. |
I test primarily in Chrome, but I think I see the problem. |
Also when I open the browser it fails to load. |
I have a similar problem: Chrome can't Load the todo.txt file, while Firefox can. Don't see any error message [and don't know how to produce one]. Save and Import work in both browsers. |
Perhaps an older issue. But I edited the dropbox_key.js file and inserted my key. Checked the permissions of that file, which were fine. Regardless, the dropbox storage option is not present in the dropdown menu, and appears to be unavailable. I have scanned over my error logs in apache and did not see anything. Is there a package that I am missing? --P.S. Great web app. Love it so far. |
If you're not getting dropbox as an option, then you should be seeing a message in the console (of the browser)
and you should be seeing a 404 error in your network traffic (in the browser and apache):
|
Get a "Uncaught TypeError: Cannot read property 'versionTag' of undefined"
here in app.js in line 941
The text was updated successfully, but these errors were encountered: