|
|
2010-07-28
, 09:40
|
|
Posts: 95 |
Thanked: 20 times |
Joined on Nov 2006
|
#73
|
At least for me it would be most likely the main use case:
|
|
2010-07-28
, 13:22
|
|
|
Posts: 116 |
Thanked: 445 times |
Joined on Apr 2010
@ Oulu, Finland
|
#74
|
Jonne: While you're browsing Dropbox forums maybe you could also query about addition of public links to APIAt least for me it would be most likely the main use case:
1) Send a file to a Public folder in Dropbox via N900
2) Press e.g. "Copy Link" button to copy public link of the uploaded file to clipboard
3) Paste the link e.g. in IM chat for a friend to open
Of course I could get the link via web interface but if it could be done inside the native client, it would be superb
I already had a hunch that I could generate the public links without dropbox API, note I can do this for the existing public folder as you said in your use case. The trick is that I get the followin account data when you authenticate from the API:{
'country': 'FI',
'display_name': 'Jonne Nauha',
'email': 'jonne.nauha@evocativi.com',
'uid': 3589544,
'quota_info':
{
'shared': 1299137987,
'quota': 2415919104L,
'normal': 232254872
}
}
UI wise, as this link is only for files not folders, when inside the /Public path and a file is selected I will hide the upload and new folder buttons as they are disabled anyway for files and replace the with 'copy public link' and 'open public link'. With the open button I'll pop the OS browser up, optionally I have my own browser with qt. But I assume the build in browser (or FF or Opera) can handle more file types than my custom one.|
|
2010-07-28
, 17:14
|
|
Posts: 3 |
Thanked: 1 time |
Joined on Jul 2010
|
#75
|
| The Following User Says Thank You to akurtz For This Useful Post: | ||
|
|
2010-07-28
, 17:28
|
|
|
Posts: 263 |
Thanked: 231 times |
Joined on Feb 2010
@ wales
|
#76
|
|
|
2010-07-28
, 17:39
|
|
|
Posts: 116 |
Thanked: 445 times |
Joined on Apr 2010
@ Oulu, Finland
|
#77
|
Is it also possible to create an account like facebook for DropBox? So you can share files from e.g. the gallery with the share option?
Yes, I'd like this as well, but you can do this currently with Pixelpipe's sharing service, as they can upload to Dropbox.

| The Following User Says Thank You to jonnenau For This Useful Post: | ||
|
|
2010-07-28
, 20:16
|
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#78
|
|
|
2010-07-28
, 21:08
|
|
Posts: 95 |
Thanked: 20 times |
Joined on Nov 2006
|
#79
|
|
|
2010-07-28
, 21:31
|
|
|
Posts: 116 |
Thanked: 445 times |
Joined on Apr 2010
@ Oulu, Finland
|
#80
|
Any update on when the multi file or folder download might be coming?
Haha I hope others will like this fuctionality as well or I will be blamed for cutting in line in the list of feature requests :P Anyways keep up the good work, cant wait to test new release out after friday!
Also I let you throw ideas and pick what is most requested or makes most sense even if its the latest request made. We make this app together, I just code it 
Maybe ask me first if you are planning on doing something bigger, so we wont do duplicate work. Open source wtf o/
| The Following 3 Users Say Thank You to jonnenau For This Useful Post: | ||
Plus as you can see they are planning a long-polling api to support noticing changes better! You can read more about it on wikipedia.
Last edited by jonnenau; 2010-07-28 at 08:40.