Re: Mobile cloud storage

2015-02-06 Thread Andrew Kluthe
For simple, small files this could probably be done with livecode alone as it exists today. For large file uploads where it would block the entire process while it uploads, maybe not so much. I've got high hopes for being able to wrap all kinds of dll's and sdks in livecode in the future when the

Re: Mobile cloud storage

2015-02-05 Thread Mark Wilcox
> So most folks have either iCloud, Goggle Drive, Dropbox, or OwnCloud, > and using those sure beats building a complex storage backend for > simple apps. > > Does our community have yet a library for allowing the user to pick > which common storage system they have and an API for > reading/writin

Re: Mobile cloud storage

2015-02-05 Thread Dave Kilroy
Oops This is wrong: Dave Kilroy wrote > so tightly bound-in to phxDropboxLib which is not Guglielmo's baby and not > mine This is what I should have written: "so tightly bound-in to phxDropboxLib which is Guglielmo's baby and not mine" Dave - "Some are born coders, some achieve coding, a

Re: Mobile cloud storage

2015-02-05 Thread Dave Kilroy
Concerning authentication and fog - is it just Dropbox authentication that is 'foggy'? If so then I may be able to help I'm using phxDropboxLib together with a dropbox app (created on dropbox's website, it's very easy to do) and a new dropbox account to allow apps to connect to the same dropbox ac

Re: Mobile cloud storage

2015-02-05 Thread Matthias Rebbe | M-R-D
Hi Alan, i assume it is not on sale anymore. I purchased that external in 2012 and it worked as supposed. But with newer LC and iOS SDK it did not work anymore. I contacted Maarten and he send me the source code, so i could compile it with newer xCode version. I was able to, but was not success

Re: Mobile cloud storage

2015-02-05 Thread Alan Stenhouse
Has anyone used this external miCloud? Would like to have a look but Maarten’s website seems to no longer exist… http://maartenkoopmans.com/micloud Anyone heard from him lately or used the external? Is it available somewhere else? cheers Alan On 4 Feb 2015, at 11:42 pm, use-livecode-requ...

Re: Mobile cloud storage

2015-02-04 Thread Mike Kerner
> From: Mike Bonner > Sent: Wednesday, February 4, 2015 11:03 AM > To: How to use LiveCode > Reply To: How to use LiveCode > Subject: Re: Mobile cloud storage > > Michael D., IF you DO get to where you understand the authentication stuff, > could you share your understanding? I

Re: Mobile cloud storage

2015-02-04 Thread mikedoub
Sure, I would be happy to share when the fog lifts. :-)   Original Message   From: Mike Bonner Sent: Wednesday, February 4, 2015 11:03 AM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: Mobile cloud storage Michael D., IF you DO get to where you understand the authentication

Re: Mobile cloud storage

2015-02-04 Thread Mike Bonner
Michael D., IF you DO get to where you understand the authentication stuff, could you share your understanding? I struggle with the same area of knowledge, and you're right. Everything is written as if its already understood, and you just need a few specifics for the service rather than an actual

Re: Mobile cloud storage

2015-02-04 Thread Matthias Rebbe | M-R-D
And some time agao Maarten Koopmans created an iCloud external called miCloud. Regards, Matthias > Am 04.02.2015 um 16:01 schrieb Michael Doub : > > Richard, > > The only one that I am aware of is phxDropboxLib for Dropbox. > > I would not mind taking on this project if I could team up with s

Re: Mobile cloud storage

2015-02-04 Thread Michael Doub
Richard, The only one that I am aware of is phxDropboxLib for Dropbox. I would not mind taking on this project if I could team up with someone for help understanding the authorization parts of each. I still have not gotten my head wrapped around how this is supposed to work and all of the A

Re: Mobile cloud storage

2015-02-03 Thread William Prothero
I’d love to hear about this too. Bill > On Feb 3, 2015, at 3:03 PM, Richard Gaskin wrote: > > So most folks have either iCloud, Goggle Drive, Dropbox, or OwnCloud, and > using those sure beats building a complex storage backend for simple apps. > > Does our community have yet a library for all