Skip to content
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

It is recommended to run ./dropbox_uploader.sh unlink ?? #572

Open
PD5DJ opened this issue Sep 15, 2022 · 8 comments
Open

It is recommended to run ./dropbox_uploader.sh unlink ?? #572

PD5DJ opened this issue Sep 15, 2022 · 8 comments

Comments

@PD5DJ
Copy link

PD5DJ commented Sep 15, 2022

Ok guys,

What is going on here, I see many people having this issue, but many have posted no solution after they fixed it, or if there was a solution, that didnt worked for me.

I am trying to install this when logged in to my own account.
I have run this setup several times. over and over again.

$ git clone https://github.com/andreafabrizi/Dropbox-Uploader.git
$ cd ~/Dropbox-Uploader/
$ sudo chmod +x dropbox_uploader.sh
$ ./dropbox_uploader.sh

Entered all the credentials needed, key, secret & token

$ ./dropbox_uploader.sh list /
Gives me:

Error loading data from /home/username/.dropbox_uploader...
It is recommended to run ./dropbox_uploader.sh unlink

What is going on here?

@ingopmeyer
Copy link

Me the same. So annoying and I have no chance to get it running.
Noboby can help here?
Seems the script is not working anymore

Cheers,
Ingo

@umiyuki
Copy link

umiyuki commented Sep 25, 2022

Hello. I ran into the same problem but solved it.
First, I deleted the /root/.dropboxuploader file and then ran . /dropbox_uploader.sh, you will be able to enter App key and App secret again.
In my case, the cause of the problem was that the App key, App secret, or access code I copy-pasted at this time contained line feeds. I was careful to copy-paste without line feed, and it worked like a charm. Hope this helps.

@PD5DJ
Copy link
Author

PD5DJ commented Sep 26, 2022

/root/.dropboxuploader?

@umiyuki
Copy link

umiyuki commented Sep 28, 2022

The /root/.dropboxuploader file is generated when the script is first run and seems to store API keys and other information.
In my case, by deleting this file, I was able to enter the API key again. You don't need to worry about it before running the script for the first time.

@Tanger48
Copy link

I have the same problem (on RaspberryPi).
Can't find the /root/.dropboxuploader file...
Any idea?

@cschene
Copy link

cschene commented Dec 21, 2022

I have the same problem on Raspberry PI. There is no such file any where on my PI called .dropboxuploader

@cschene
Copy link

cschene commented Dec 21, 2022

I finally found a solution to this issue.

  1. I ran this find command to find the location of the .dropbox_uploader file
    .find / -name .dropbox_uploader -print 2>/dev/null

  2. I found the file here: /home/pi/.dropbox_uploader and deleted it

  3. I then went through the process of linking to my Dropbox APP and it worked.

hope this helps

@peterphalen
Copy link

I was able to get past this by manually adding the dropbox access token to the .dropbox_uploader file. I found the configure command didn't actually add the token to the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants