Re: Easier Dropbox Access

2013-07-28 Thread Guglielmo Braguglia
I'm back and ... ... *thanks to Mike Kerner*, a new version (1.04) of the phxDropboxLib, solving the "/folder/" problem on mobile "phx_DropboxWriteFile", as been made available still on the same link : http://www.phoenixsea.ch/downloads/Livecode/phxDropboxLib.zip Still thanks to Mike, also so

Re: Easier Dropbox Access

2013-07-25 Thread Dave Kilroy
Mike just tried your version synching files via Dropbox in my app between iOS, OSX and Windows and it 'just worked' - nice fix! Dave -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Easier-Dropbox-Access-tp4667940p4667971.html Sent from the Revolut

Re: Easier Dropbox Access

2013-07-25 Thread Dave Kilroy
nt. I should think that app secret and key really are permanent and if token key and secret expire all than means is that the user has to set up initial connection and authorisation again... -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Easier-Dropbox-A

Re: Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
ble.com/Dropbox-phxDropboxLib-and-HTTP-POST-td4666700.html > >> > > >> I tried but failed to get HTTP POST (used by Guglielmo for connecting > from > >> mobiles) to write files anywhere but the root sandboxed folder for the > >> file... > >>

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
ements concern? Anyway I'm interested so >> please post back with a link or contact me directly >> >> Dave >> >> >> >> -- >> View this message in context: >> http://runtime-revolution.278305.n4.nabble.com/Easier-Dropbox-Access-tp4667

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
s concern? Anyway I'm interested so > please post back with a link or contact me directly > > Dave > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Easier-Dropbox-Access-tp4667940p4667953.html > Sent from the Revolution - Us

Re: Easier Dropbox Access

2013-07-24 Thread Dave Kilroy
ntime-revolution.278305.n4.nabble.com/Easier-Dropbox-Access-tp4667940p4667953.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, u

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
As I read through the docs, I forgot that (unfortunately) you do need to have the user go to a browser somehow to authorize the app. You don't need to use revBrowser to do that, though. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the th

Re: Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
Right, weird. I downloaded and the example stack loaded dropbox's page in a revBrowser to get the OAuth tokens. What I want is to authorize it once on my end and let some of my users use it without additional interaction. I suppose I'll try hacking at it and seeing what I can come up with. I just d

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
I didn't write it, but you have to get the app authorized for the user. I thought there was a command for that. I've never used revBrowser, but I got it up and running for several apps (though it has been a couple of months since I last authorized a new app, so I'd have to mess with it to figure

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
By "IT", I mean the library. On Wed, Jul 24, 2013 at 12:21 PM, Mike Kerner wrote: > I didn't write it, but you have to get the app authorized for the user. I > thought there was a command for that. I've never used revBrowser, but I > got it up and running for several apps (though it has been a

Re: Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
Is there anyway to include a set of permanent access tokens in that library? When I played around with it a few weeks ago it seemed like it required using revBrowser to authenticate access. I am trying to avoid the need to do that. Regards, Andrew On Wed, Jul 24, 2013 at 11:02 AM, Mike Kerner

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
Which reminds me, I have another fix that I sent Gugliermo for the phx_dropboxLib over the weekend, so if you're using it, email me off-list and I'll send you the fixes. On Wed, Jul 24, 2013 at 12:00 PM, Mike Kerner wrote: > Yep. Gugliermo's phx_dropboxLib works great on all platforms, using th

Re: Easier Dropbox Access

2013-07-24 Thread Mike Kerner
Yep. Gugliermo's phx_dropboxLib works great on all platforms, using the REST API, and on mobile, Monte has an external that does not rely on REST. On Wed, Jul 24, 2013 at 11:39 AM, Andrew Kluthe wrote: > Heya, > > A while back someone posted a library for interacting with dropbox. > > This req

Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
Heya, A while back someone posted a library for interacting with dropbox. This required using revbrowser to authenticate to a dropbox account. Is there any way to use this or something like this to use the http interface for uploading files to dropbox using just an access token or a key without