Re: [fpc-pascal] ERESTAPI: TBuckets: unsupported array element type :

2016-09-24 Thread Michael Van Canneyt
What version of FPC are you using ? If it is trunk, there is currently a bug which can cause this kind of behaviour, due to the changed RTTI. Michael. On Sat, 24 Sep 2016, leledumbo wrote: I'm testing google cloud storage API with the following simple console program, just to list the buckets

[fpc-pascal] ERESTAPI: TBuckets: unsupported array element type :

2016-09-24 Thread leledumbo
I'm testing google cloud storage API with the following simple console program, just to list the buckets: {$mode objfpc}{$H+} uses googleservice, googleclient, googlestorage, openssl, jsonparser, fpjson, fpoauth2, fpwebclient, fphttpwebclient; type TAuthHelper = class pro