App to store photos on Google Drive

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
neatgadgets
Posts: 17
Joined: Sat Dec 21, 2013 12:14 pm

App to store photos on Google Drive

Post by neatgadgets » Sat Dec 21, 2013 12:18 pm

I am about to embark on building an app in which part will store photos on an internet drive such as Google Drive. I have seen how to do it through Eclipse and it's pretty complex, but having just seen what LiveCode can do today I am wondering if you can do this in LiveCode? Essentially I want the user to be able to take a photo, have it saved to a central drive and a database record the location of that file.

neatgadgets
Posts: 17
Joined: Sat Dec 21, 2013 12:14 pm

Re: App to store photos on Google Drive

Post by neatgadgets » Thu Dec 26, 2013 1:24 am

Has anyone done this using a mix of LiveCode and php? I would prefer it to be in one simple action of take a photo and upload but if that cannot be done I would try the php method.

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

Re: App to store photos on Google Drive

Post by dave_probertGA6e24 » Thu Dec 26, 2013 3:57 am

Hi,

It's not exactly what you want, but does give a guide to using LC and PHP - with a server database too.

http://www.vampire-tiger.info/livecode- ... bases.html

If you need more help with either language then feel free to ask.

Cheers,
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: App to store photos on Google Drive

Post by Simon » Thu Dec 26, 2013 4:11 am

Sorry for hijacking this thread but Dave is the php go to guy.

Hi Dave,
I can start another thread just say.
How do you POST a file from Android/other to a server? errr.... w/o using a browser

THX,
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: App to store photos on Google Drive

Post by FourthWorld » Thu Dec 26, 2013 6:08 am

Simon wrote:How do you POST a file from Android/other to a server? errr.... w/o using a browser
There are many ways, depending on what's being sent, and what's being used on the server.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

neatgadgets
Posts: 17
Joined: Sat Dec 21, 2013 12:14 pm

Re: App to store photos on Google Drive

Post by neatgadgets » Fri Dec 27, 2013 12:23 am

Thanks Dave,

I will take a look, I am pretty proficient with php, but just wanted to know if LiveCode had a way of doing this. I did find in the Academy videos an example using ftp which I will try out.

Andrew
dave_probertGA6e24 wrote:Hi,

It's not exactly what you want, but does give a guide to using LC and PHP - with a server database too.


If you need more help with either language then feel free to ask.

Cheers,
Dave

Post Reply