Google Authentication, Google Drive and Delphi?

Google Authentication, Google Drive and Delphi?

I am looking for Delphi code samples related to authentication and access to documents on Google Drive.

To be specific, I’d like to be able to

– log on with Google+ credentials

– Do like Google Forms and submit entries, one line at a time, to a Google Sheet document

– Retrieve the specific sheet document on Google Drive

Any other component packs or source samples out there, besides TMS Cloud Pack?

14 thoughts on “Google Authentication, Google Drive and Delphi?


  1. Yes, I had code accessing to google docs and the spreadsheet API some time ago. This was using Google Auth (old standard). Might not work any more. REST components in XE5 should help out, but I haven’t tried the specific API.


  2. Roland Kossow – Even the REST framework carries quite a bit of baggage, but yeah, it is an option as well.  Eldos seems to be closer to my needs than TMS, so I’ll have a look at the demos.