One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Linux
3 TopicsUnable to synchronise Joplin. Giving authorisation error.
Hi, when I use Joplin and try to synchronise with Dropbox, its is giving me an error. could not authorise application: request to api.dropboxapi.com/oauth2/token failed, reason: Please try again In Joplin, i have selected Dropbox and and it provided me the link for authentication. When navigating to the link, I am successfully getting the code for authorisation. when i paste this link into Joplin Dropbox sync page, it waits for 5 sec or so and gives this error.21Views0likes1CommentI can't download files by command
Download files with wget Hello gentlemen of the community. I have a problem. I've been using "wget" since June 2021 to download a file and since then everything has been fine. But this morning the command does not respond and gives clues as to what may be happening. Below is the command I use and it was working: wget -q --no-check-certificate https://www.dropbox.com/s/4mf0awazg0z0ols/TESTE.7z -O TESTE.7z It simply skips a line without any message. I thank you in advance for your support. Marcos3.8KViews0likes9CommentsDownloading Dropbox files using curl or wget
I prefer working on a Linux instance through an SSH session. How could I download the Dropbox files directly from the link through a terminal command? I tried the following but it does not work: curl https://www.dropbox.com/t/jdejjd83827HDHH?dl=1 -o test.zip -J -L -k The link in the example above is a made-up link. But the format of the links I receive from a provider is similar. Could someone help?42KViews0likes9Comments