How to connect to a dropbox account

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Sjatplat
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 75
Joined: Wed Jun 22, 2011 1:53 pm

How to connect to a dropbox account

Post by Sjatplat » Mon Mar 17, 2014 12:12 pm

Does anybody know how the users of my app can connect to their dropbox account and retrieve and save files?

I've tried Guglielmo's dropbox library but to my understanding you need an app key and app secret and then it's connected to my own dropbox.

Sjat

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: How to connect to a dropbox account

Post by dave.kilroy » Mon Mar 17, 2014 2:11 pm

Hi Sjatplat

Guglielmo's library, together with registering as a developer on Dropbox, creating a Dropbox 'app', and embedding it into your app is all you need to either have users connect to their own Dropbox account (which is what you want to do) - or even more impressively to connect to a different account.

I recorded a very bad video on the process a while ago, I'll try and find it and post a link to it here...

Dave
"...this is not the code you are looking for..."

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: How to connect to a dropbox account

Post by dave.kilroy » Mon Mar 17, 2014 2:16 pm

OK I found it http://www.youtube.com/watch?v=l56QQja4cWU remember it's a very bad video but the technology in it (especially Guglielmo's library) is cool

PS: I have the whole process shown in the video running a lot nicer nowadays :)
"...this is not the code you are looking for..."

Sjatplat
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 75
Joined: Wed Jun 22, 2011 1:53 pm

Re: How to connect to a dropbox account

Post by Sjatplat » Mon Mar 17, 2014 3:20 pm

Excellent. Thanks a lot.

Sjat

Post Reply