Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] ken-ji - Dropbox

Featured Replies

Probably a stupid question but... where do i enter my dropbox account/password?

I've installed the docker, it runs... but now what? 

  • Replies 360
  • Views 91.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • The entire /mnt/user is a FUSE filesystem called shfs - which is what Unraid uses to merge all the disks together into a single virtual filesystem. Dropbox is being anal by just checking the fs i

  • Stop the container. Very important. A running container will probably delete all your Dropbox files. Open the terminal to Unraid >_ on the upper right of your screen. run root@tower:~

  • Whats the setting of your share where the Dropbox folder is located? I think you have this issue because the settings of my docker is allow access only to the Dropbox user. (default is nobody) - which

Posted Images

Go to the Dropbox log. Copy the URL and paste into your browser. Login to Dropbox if not already logged in on that machine. It will then prompt you to connect Dropbox with your docker. 

I'm sorry, but you have to be more specific... i don't see a log file in the folders it created, i even bashed into the docker with docker exec but also can't find a log file there, or i am overlooking it. And what url do i need to copy? Where do i get this url?

From the Dashboard, click the Dropbox docker icon. From the menu select "Logs"

Edited by emmcee

Ah ok... :) found it. Took the latest url and pasted it, but the website is complaining that i'm using an old version of Dropbox and need to update...

I'm assuming it's related to the version of Docker you have on your PC (as opposed to unRAID)

  • Author

Its been a while, and I haven't found the time to work out the one really annoying bug(?) with dropbox when inside a docker container.

Whatever dropbox client uses to ID the host, it changes and invalidates when unRAID is rebooted.

 

that said, @jowi I can force the image to update, and it should pull the latest dropbox binaries in. 

@emmcee could be. Dockers were up to date but i pushed check for updates just to be sure. Now it seems to been linked to my account, i'm waiting to see if it syncs as well...

Edited by jowi

I've been running unraid V5 until last week; with a running dropbox plugin for some years, but for some reason that dropbox plugin stopped working. I was hoping with V6 this trouble with Dropbox would be in the past, Dockers were the Big Answer to Everything... but i guess it's still a lot of trouble to get Dropbox working. 

It won't sync either. I'm removing this, thanks for the help so far, but this is not working.

  • Author

Odd. just deployed a new container without any issues,

I must have done something wrong the first time; just installed it again, got the url, and it is syncing now :)

On 5/1/2018 at 10:19 AM, ken-ji said:

Its been a while, and I haven't found the time to work out the one really annoying bug(?) with dropbox when inside a docker container.

Whatever dropbox client uses to ID the host, it changes and invalidates when unRAID is rebooted.

 

that said, @jowi I can force the image to update, and it should pull the latest dropbox binaries in. 

 

 

this error? 

WARNING:tornado.access:404 HEAD /blocks/7516203/........................

  • Author
10 minutes ago, wdelarme said:

 

 

this error? 

WARNING:tornado.access:404 HEAD /blocks/7516203/........................

 

That's usually a permission error. Check that all the files (particularly new ones) are owned by the same user (default is nobody)

1 minute ago, ken-ji said:

 

That's usually a permission error. Check that all the files (particularly new ones) are owned by the same user (default is nobody)

in appdata?

  • Author

wherever  your Dropbox files get sync'd - usually a share.

I continue to have permission issues with this docker

the root Dropbox folder is drwx------

where all the other folders under /mnt/users are drwxrwxrwx

the user and groups are the same nobody/users

 

moving deeper into the Folder 

I have files created mostly by nobody/users

but there are some by jacob/users

and even nobody/nogroup

 

I tried changing the permission from the terminal but once I relinked to dropbox it changed it back to the above permissions. 

Where/ How do i fix this?

 

Unfortunately I had to give up with this docker, recurring cumbersome authorisation requests and if files are copied into DB folder/docker will not be uploaded to DB cloud.

Seems to work only as a download-only mode from DB.

Hoping makes sense.

BTW thanks a lot to this great community & ken-ji!

(I just wanted to share my experience)

 

 

 

  • 2 weeks later...

do we have a fix yet for the changing client ID?  otherwise anyone recommend any other dropbox docker?

  • 2 months later...

Any fix for the relink after reboot problem?

  • Author

No fix unfortunately. I'm about ready to give up on this... :(

Hmm, no problem with that, i have one more question before i give up also on this and try to figure out how to make my windows pc dropbox app to point on a NAS drive (i found some method online that tricks it, dunno  if it still works.EDIT: *http://www.rob-st.com/2016/11/17/setup-dropbox-nas-shared-network-drive/* this works.just did it, i think i'm gonna go with this solution i guess. My Computer stays on 24/7, but even a little donwtime would only have effect if i have new files added to DB and wont sync until i turn this on. but thats not a big deal)

When i install db docker as nobody and have the share public i can read/write from other local computers. 
If i make the share private and i TRY to log in with a different user  lets say UserA. I dont have permission. 
If i install the docker as UserA i CAN access it from another computer using UserA logins.


The thing is that i want to have 2 or 3 users accessing the dropbox folder with different permissions each one.
e.g 
Me - full permissions to read/write on all dropbox folder
Media server - Read Only permissions to Music and tv shows folder inside dropbox 
My Mom - read/write to her folder inside dropbox


I know that for the specific folder permission will have to make extra shares, thats ok

But dropbox folder can be accessed only from the install user.

Can you solve this for me?

I guess i wont be turning on and off the NAS so frequenlty after i set it up


Thanks 

Edited by stavr0s13

  • Author

I don't think dropbox (even natively under windows) was meant to work like this...

But some options I can think of

* You can run this docker in multiple instances - and with docker custom IP support, you can even use it with LAN sync turned on, just in case you want a mobile device (like laptop) to run its own dropbox

 

* You can make a new "shared" account, then share stuff with it from each user with the appropriate read/write permissions. Then you would publicly share this share.

But I guess this won't give proper/limited access

 

Thanks for your time, i give it one more shot and if i won't make it as i want.. i'll go with the "trick" option i wrote about that seems to work!

Thanks again

  • 2 weeks later...
On 5/1/2018 at 3:19 PM, ken-ji said:

Its been a while, and I haven't found the time to work out the one really annoying bug(?) with dropbox when inside a docker container.

Whatever dropbox client uses to ID the host, it changes and invalidates when unRAID is rebooted.

 

that said, @jowi I can force the image to update, and it should pull the latest dropbox binaries in. 

 

Think you've just answered a question I came here to ask - I wondered why there were loads of files missing from my synced folders - checked the log to see:

 

"This computer isn't linked to any Dropbox account...
Please visit https://www.dropbox.com/cli_link_nonce?nonce=BLAHBLAHBLAH to link this device."

 

But I guess I need to add "re-link Dropbox" to my Reboot process!

 

Cheers,

Nate

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.