Delphi & Google drive - API info

11,281

I've done this using REST (unfortunately I can't post the code here because was a private work for a customer). Anyway you can check for the Google Drive API REST documentation here. Starting with Delphi XE5 you can use the REST Client Library (If you are using an older version of Delphi you can use Indy or another library to build a basic REST library). I'm not aware of any sample about using The Google Drive SDK REST and Delphi, but you can start reading the RESTDemo Sample App, and check the Google documentation.

UPDATE (01/03/2018) - LINK RESTORED

I just found an article to access the Google Drive SDK using REST and Delphi here.

Share:
11,281
That Marc
Author by

That Marc

Software developer C# .Net Delphi AS3 Flex/AIR C PHP/HTML5 Contact: Google/Hangouts: dropdeadnight(at)gmail.com

Updated on June 09, 2022

Comments

  • That Marc
    That Marc almost 2 years

    You may crucify me for this, but the link for "Support - Drive API" on the Google drive SDK website itself took me here - on the SO forum to put up a new question, so thats exactly what I'm gonna do as I didnt find any other useful info elsewhere.

    Is there any way at all, and if so, where could I get any documentation/help/examples for accessing Google Drive from my delphi application? The online SDK seems to only allow use for iOS, Web and Android devices... no Desktop api available?

    I know about TAdvGDrive component that comes with Tms Cloud Pack, but am looking into a solution that wouldn't cost me 100$ to get it done.