maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Dropbox for N900? (https://talk.maemo.org/showthread.php?t=42457)

biggzy 2010-03-17 11:30

Re: Dropbox for N900?
 
Would love a Dropbox app, i use it via the N900s browser at the mo to upload stuff to share mainly, works great but a dedicated app would be better.

x61 2010-03-23 22:41

Re: Dropbox for N900?
 
It really would great to have a dedicated app for this. I am sure someone is working on it somewhere...

rmerren 2010-03-24 02:56

Re: Dropbox for N900?
 
I love dropbox--I use it to share between my linux laptop and windows desktop--but I don't want the full implementation on my N900--I don't want all of my files constantly syncing on the phone. I would like to see some kind of selective interface that lets me browse, download, upload, etc.

My favorite use of dropbox, by the way, is that I keep a Keepass file on it. I can access all my username/password combos from either computer and keep it up to date as needed. And I download the file to my N900 using the dropbox web page so I always have the passwords on the go. There is a KeepassX app for the phone that works well, though it is not optimized for the small screen.

cesarcesar 2010-03-25 12:53

Re: Dropbox for N900?
 
+1,000,000 for dropbox!!

andygee 2010-03-26 14:42

Re: Dropbox for N900?
 
Another vote for Drop Box on the N900

Midget010 2010-03-26 16:33

Re: Dropbox for N900?
 
Is there any news of anyone developing anything? I'd really like an app for this :D

Frank Banul 2010-03-26 18:07

Re: Dropbox for N900?
 
As much as I like Dropbox, there's not currently a public API for access. The mobile website isn't bad though. And the full web site works as well.

One alternative would be to look at the Google Docs API since they've opened that up to any file type now.

Frank

paco758 2010-05-16 18:17

Re: Dropbox for N900?
 
1 Attachment(s)
It's not a solution, but I wrote a script that would just invoke rsync to sync the files in my Dropbox folder on my laptop to the same on the N900 and vice versa. It works fine as a stopgap on a Linux box.

Just make sure rsync is installed and this should work for you as well. If you have your Dropbox folder in a directory other than ~/Dropbox, just change that. It doesn't mess up any symlinks that you have in the Dropbox folder either because of the -k switch on the second rsync.

Here is the script:

Code:

#!/bin/bash

### Settings ###
DIRECTORY='/media/Nokia N900/'
REMOTE='/media/Nokia N900/.documents/Dropbox'
LOCAL=$HOME/Dropbox
ORIGINAL_IFS=$IFS
IFS=$'\n'

### Script ###

if [ -d "$DIRECTORY" ]; then
        rsync -vauLP $LOCAL/ $REMOTE
        rsync -vauKP $REMOTE/ $LOCAL
fi

Just name it whatever you want (ie - n900-dropbox-sync.sh) and make it executable (chmod +x).

I've also attached the script.

kyros 2010-06-21 15:10

Re: Dropbox for N900?
 
At the Dropbox Homepage there is a voting area for all registered users to collect votes for a feature request.
So here is the link to the vote for a Dropbox Maemo client: https://www.dropbox.com/votebox/80/maemo-linux-client

Please everyone who has a dropbox account go to this link and vote because there are only a few requesting votes left to trigger a freature request.

Dirkjl 2010-06-21 15:26

Re: Dropbox for N900?
 
Very good idea. I'm going to vote for this.

<Link removed. Sorry. No reflinks.>


All times are GMT. The time now is 19:16.

vBulletin® Version 3.8.8