Dropbox Library update 1.07

2013-09-18 Thread Guglielmo Braguglia
Thanks to *Trevor DeVore*, a new version (*1.07*) of the phxDropboxLib, solving two URLencoding problems and adding a new nice function (phx_DropboxCreateLinkToFile), is available. You can download the new version still from the same link : http://www.phoenixsea.ch/downloads/Livecode/phxDropbo

Re: Dropbox Library Update

2013-09-18 Thread Roger Eller
Thanks for sharing your stack too. It contains > > lots > > > of "learning goodness"! > > > > > > > > > > > > -- > > View this message in context: > > > http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp466

Re: Dropbox Library Update

2013-09-18 Thread Mike Kerner
g your stack too. It contains > lots > > of "learning goodness"! > > > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4670001.

Re: Dropbox Library Update

2013-09-17 Thread Dave Kilroy
:) Roger Eller wrote > I enjoyed the video. Thanks for sharing your stack too. It contains lots > of "learning goodness"! -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4670001.html Sent from the Revolutio

Re: Dropbox Library Update

2013-09-17 Thread Roger Eller
o watch to the end. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669930.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecod

Re: Dropbox Library Update

2013-09-16 Thread Dave Kilroy
untime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669931.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Re: Dropbox Library Update

2013-09-16 Thread Dave Kilroy
/l56QQja4cWU <http://youtu.be/l56QQja4cWU> Apologies for all the "Ums" and "Ems" but some people might find it of use as an introduction if they can bear to watch to the end. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Librar

Re: Dropbox Library Update

2013-09-16 Thread Guglielmo Braguglia
Hi Dave, no problem for me BUT ... yes, in the future, when new versions come out, the copy on RevOnLine will be obsolete, so ... probably a link, where to download the last release, will be useful ;-) Cordially, Guglielmo On 9/15/13 22:04 PM, Dave Kilroy wrote: ... what do you think Gugli

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
Roger, first, then Dave: Roger, On your first question, the REST library is effectively stateless, so with each request, your app is essentially logging in again. It will send information to DB with each call that includes authentication info., so there really is no timing out. The initializing

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
ble to use them to reconnect when the app > launches. > > > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669891.html > Sent from the Revolution - User mailing list archive at Nabble.com. > >

Re: Dropbox Library Update

2013-09-15 Thread Dave Kilroy
Mike - that encryption is a great idea, very cool and I think I'll have a go at that. But wouldn't users only be able to see data from others sharing the same token-key and token-secret anyway? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropb

Re: Dropbox Library Update

2013-09-15 Thread Dave Kilroy
Roger, yes if your app has hard-wired app-key, app-secret, token-key and token-secret then your users be able to use them to reconnect when the app launches. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669891.html Sent

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
ing old > versions of your library in the future - although maybe I could put in a > link to your URL where they could get the latest version)? > > Kind regards > > Dave > > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Dr

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
On Sep 15, 2013 4:05 PM, "Dave Kilroy" wrote: > > Hi Roger > Hi. > > Roger Eller wrote > > May I ask you to look at my test stack off-list after I attempt your > > approach? > > Sure thing - actually maybe I should spruce up my stack and upload it to > RevOnline - although before I do this I thin

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
That's exactly what I'm doing, as well, but I have encrypted the data on dropbox so that even if my users manage to figure out what the keys are, they still can't access anybody else's data. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On t

Re: Dropbox Library Update

2013-09-15 Thread Dave Kilroy
downloading old versions of your library in the future - although maybe I could put in a link to your URL where they could get the latest version)? Kind regards Dave -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669887.html S

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
own local > storage to save the token-key and token-secret. > > BTW, I originally set up my app to work in 'sandbox' mode so that it is > limited to it's own app folder within the Dropbox account. > > > > > > -- > View this message in context: > http://run

Re: Dropbox Library Update

2013-09-15 Thread Dave Kilroy
ubsequent' users will need to have their own local storage to save the token-key and token-secret. BTW, I originally set up my app to work in 'sandbox' mode so that it is limited to it's own app folder within the Dropbox account. -- View this message in context: http://

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
Thanks for the information. My project will have multiple users collecting data into one account. I just don't want them messing around with data they didn't create. ~Roger On Sep 15, 2013 1:24 PM, "Guglielmo Braguglia" wrote: > Aha ... now I understand :-) > > To arrive to "Cancel" or "Allow"

Re: Dropbox Library Update

2013-09-15 Thread Guglielmo Braguglia
Aha ... now I understand :-) To arrive to "Cancel" or "Allow" you must have already given *the right credentials*, so it is obvious that you can then navigate within your Dropbox. The same thing would happen if you open a browser and login with the same credentials in Dropbox. I don't know .

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
n context: > http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669876.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > ___ > use-livecode mailing list > use-livecode@lists.ru

Re: Dropbox Library Update

2013-09-15 Thread Dave Kilroy
I'm with you Roger, I think this library is sweet (thanks Guglielmo & Mike) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4669876.html Sent from the Revolution - User mailing list archive at N

Re: Dropbox Library Update

2013-09-15 Thread Mike Kerner
Just to be clear, the thing that prompted this update was handling of spaces in file or directory names. This is ONLY a problem on mobile, as LC's implementation of URL handling is different on the mobile platforms vs. the desktop platforms. On Sun, Sep 15, 2013 at 12:02 PM, Roger Eller wrote:

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
The cancel or allow comes after login. On Sep 15, 2013 11:56 AM, "Guglielmo Braguglia" wrote: > Ahahahah ... no problem ... initiatives of self-correctors ... :-D > > About your first question ... I can't find the "CANCEL" button :-( > When the browser window open for the authorization I see only

Re: Dropbox Library Update

2013-09-15 Thread Guglielmo Braguglia
Ahahahah ... no problem ... initiatives of self-correctors ... :-D About your first question ... I can't find the "CANCEL" button :-( When the browser window open for the authorization I see only *one* button to Login (/... I have in Italian and is //"Accedi"/) and I have no possibility to Canc

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
Guglielmo, I'm so sorry that auto-incorrect substituted for your name in my previous post. On Sep 15, 2013 11:38 AM, "Roger Eller" wrote: > Guillermo, > > I want you to know that I think your library is wonderful. I have a > couple questions for you. > > When the browser object appears, if the

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
Guillermo, I want you to know that I think your library is wonderful. I have a couple questions for you. When the browser object appears, if the user touches cancel instead of allow, they are then able to navigate and browse the entire Dropbox account. Can the allow be authorized in the backgro

Dropbox Library Update

2013-09-15 Thread Guglielmo Braguglia
Again thanks to *Mike Kerner* and to his careful debugging under iOS, a new version (*1.06*) of the phxDropboxLib, solving an issue that could cause a failure on mobile (/... related to URL encoding/), is available. You can download the new version still from the same link : http://www.phoenix

Re: Dropbox Library Update

2013-09-08 Thread Roger Eller
I must have a problem with the path to the library once it's on the Android device. I did get the browser control to initialize and all of the dropbox buttons work, but only after copying the script of the lib into the mainstack. I will have to investigate further when time permits. ~Roger R

Re: Dropbox Library Update

2013-09-07 Thread Roger Eller
I must be missing something when I try to use this library on Android. The app installs and runs, but the Connect button appears to be pressed, but no browser window appears for Dropbox sign-in. The test works on iOS, btw. I have only made a copy of the Test Dropbox.livecode and set the Standalone

Re: Dropbox Library Update

2013-09-06 Thread Roger Eller
Thanks Guglielmo! ~Roger On Sep 6, 2013 3:59 AM, "Guglielmo Braguglia" wrote: > Still thanks to the great debugging/fixing work of *Mike Kerner*, a new > version (1.05) of the phxDropboxLib, solving a really obscure issue that > could cause a failure on mobile after writing a file on > "phx_Drop

Re: Dropbox Library Update

2013-09-06 Thread Dave Kilroy
Thanks Guglielmo & Mike! -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669440p4669442.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing

Re: Dropbox Library Update

2013-09-06 Thread Andrew Henshaw
Thanks Guglielmo! On 6 Sep 2013, at 08:58, Guglielmo Braguglia wrote: > Still thanks to the great debugging/fixing work of *Mike Kerner*, a new > version (1.05) of the phxDropboxLib, solving a really obscure issue that > could cause a failure on mobile after writing a file on > "phx_DropboxWr

Dropbox Library Update

2013-09-06 Thread Guglielmo Braguglia
Still thanks to the great debugging/fixing work of *Mike Kerner*, a new version (1.05) of the phxDropboxLib, solving a really obscure issue that could cause a failure on mobile after writing a file on "phx_DropboxWriteFile", is available. You can download the new version still from the same li