GSheetsDemo on Delphi 10 Seattle raises error

I tried to work with the GSheetsDemo under Delphi 10 Seattle but it raises an error 
"Class TAdvCloudGSheetsGridAdapter not found."

Has something changed in 10 that has not found its way into the demos?
GContactsDemo works fine.


My aim is to read the contacts of a Google User into a Google Sheet on his GDrive Account.
So thats why I inspected both.

This is an adapter component to TAdvStringGrid. As we can't assume that everyone with TMS Cloud Pack has also TAdvStringGrid installed, these components need to be separately installed (when also TAdvStringGrid is installed) with the package TMSCloudPackGSheetGridAdapter.dproj

Ok, I understand the concept.


But I can't find TMSCloudPackGSheetGridAdapter.dproj.

I installed both TMS Component Pack and TMS Cloud Pack with the Subscription Manager since I have a TMS VCL Subscription.
Do I have to install something else? Maybe without the Subscription Manager?

Did you check the TMS Cloud Pack source folder? Do you use the latest version of the TMS Cloud Pack?

Yes, its the version 3.3.2.1

If you mean <userdir>\Documents\tmssoftware\TMS Cloud Pack, these are all the package and project files. 

TMSCloudPkgD2011.dpk
TMSCloudPkgDED2011.dpk
TMSCloudPkgDEDXE2.dpk
TMSCloudPkgDEDXE3.dpk
TMSCloudPkgDEDXE4.dpk
TMSCloudPkgDEDXE5.dpk
TMSCloudPkgDEDXE6.dpk
TMSCloudPkgDEDXE7.dpk
TMSCloudPkgDEDXE8.dpk
TMSCloudPkgDEDXE9.dpk
TMSCloudPkgDXE2.dpk
TMSCloudPkgDXE3.dpk
TMSCloudPkgDXE4.dpk
TMSCloudPkgDXE5.dpk
TMSCloudPkgDXE6.dpk
TMSCloudPkgDXE7.dpk
TMSCloudPkgDXE8.dpk
TMSCloudPkgDXE9.dpk
TMSCloudPkgD2011.dproj
TMSCloudPkgDED2011.dproj
TMSCloudPkgDEDXE2.dproj
TMSCloudPkgDEDXE3.dproj
TMSCloudPkgDEDXE4.dproj
TMSCloudPkgDEDXE5.dproj
TMSCloudPkgDEDXE6.dproj
TMSCloudPkgDEDXE7.dproj
TMSCloudPkgDEDXE8.dproj
TMSCloudPkgDEDXE9.dproj
TMSCloudPkgDXE2.dproj
TMSCloudPkgDXE3.dproj
TMSCloudPkgDXE4.dproj
TMSCloudPkgDXE5.dproj
TMSCloudPkgDXE6.dproj
TMSCloudPkgDXE7.dproj
TMSCloudPkgDXE8.dproj
TMSCloudPkgDXE9.dproj

I do have a CloudGSheetGridAdapter.pas though.

We will revise this distribution. We have meanwhile sent it directly by email.

Works like a charm now.

Thank you very much!