[fpc-pascal] googleapi google spreadsheet

Michael Van Canneyt michael at freepascal.org
Fri Dec 6 13:44:56 CET 2019


It was long overdue. :(

I intend to merge the streaming of the rest apis with the fpjsonrtti to be
more robust, but this will take some time...

Fixed also the lazarus drive example. Drive API was at V2, example only at V2.

Michael.

On Fri, 6 Dec 2019, Dave Connolly via fpc-pascal wrote:

> Thanks for fixing the google API.
>
> On Fri, 6 Dec 2019 at 11:32, Michael Van Canneyt <michael at freepascal.org>
> wrote:
>
>>
>>
>> On Wed, 4 Dec 2019, lcy wrote:
>>
>>> I'm trying to fiqure out how to use google spreadsheet with lazarus. It
>>> seems that the calendar sample project
>>> (\lazarus\components\googleapis\demo\calendar) doesn't work in the trunk
>>> version Laz(2.1.0)+FPC(3.3.1) created with fpcupdeluxe anymore. After
>>> installing the googleapi and the synapse component the calendar sample
>>> compiles with success. But if I run the app lazarus it stops in
>>> application.inc at the end of the "procedure
>>> TApplication.ProcessAsyncCallQueue" method. With the stable version
>>> Laz(2.0.2)+FPC(3.0.4) created with fpcupdeluxe it seems to run.
>>> Can someone help?
>>
>> I just did some fixes in google api so it will work with latest trunk, but
>> they have nothing to do with TApplication.ProcessAsyncCallQueue.
>>
>> The google components work independent of the ProcessAsyncCallQueue
>> procedure.
>>
>> Michael.
>> _______________________________________________
>> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
>> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>>
>


More information about the fpc-pascal mailing list