FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Skydrive/Googledrive access
Posts: 368
Joined: Sun May 31, 2009 06:25 PM
Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 01:56 PM

I looking for a way to directly access skydrive or googledrive to send backups files without installing the client program. Anybody successfully did it?

Regards,



André Dutheil

FWH 13.04 + HB 3.2 + MSVS 10
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 02:01 PM
André,

We have posted an early prototype of a Twitter UpdateStatus() function, that uses Curl, to login into a web and fill some fields.

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25637&p=139912#p139912

That could be used as a base for what you are looking for. It has to be adapted to the right urls, etc...
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 02:59 PM

Hello André,

viewtopic.php?f=3t=25114start=0hilit=skydrive

Best regards,
Otto

&&&

Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 03:12 PM

Antonio,

May I use this lib for xHarbour?

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 03:28 PM

Richard,

The curl support for Harbour was develop by Luiz Rafael Culik Guimaraes, so I assume that it is also available for xHarbour, as Luiz used to contribute to xHarbour :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 03:32 PM
Antonio Linares wrote:Richard,

The curl support for Harbour was develop by Luiz Rafael Culik Guimaraes, so I assume that it is also available for xHarbour, as Luiz used to contribute to xHarbour :-)

Sound good.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 368
Joined: Sun May 31, 2009 06:25 PM
Re: Skydrive/Googledrive access
Posted: Wed Feb 13, 2013 06:09 PM
Otto wrote:Hello André,

viewtopic.php?f=3&t=25114&start=0&hilit=skydrive

Best regards,
Otto

This is the way I do it at my office and at home. But I´m looking to a way to avoid local drive so I or my customers do not need to install anything.

Antonio Linares wrote:André,

We have posted an early prototype of a Twitter UpdateStatus() function, that uses Curl, to login into a web and fill some fields.

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25637&p=139912#p139912

That could be used as a base for what you are looking for. It has to be adapted to the right urls, etc...

That is what gave me the idea. As I do not like te reinvent the wheel I was wondering if anybody already did it.
Regards,



André Dutheil

FWH 13.04 + HB 3.2 + MSVS 10

Continue the discussion