Solved

Complex navigation with GoogleDriveConnector


Badge

Dear FME community.

I would like to load files from my GDrive with the transformer GoogleDriveConnector.

I'm ok for load 1 folder by 1 folder, but it is possible to load many folders with 1 transformer ?

This is my configuration :

Thank you very much.

icon

Best answer by danilo_fme 13 July 2018, 01:36

View original

2 replies

Userlevel 4
Badge +30

Hi @lalandexavier

I checked here in my FME Desktop the transformer and I believe is necessary to use just a Subfolder per transformer.

Thanks,

Danilo

Badge

Yes, you can download from multiple folders using one GoogleDriveConnector transformer. However, you will need to know the Object ID for each folder you want to download. These can be obtained using another GoogleDriveConnector, or a hardcoded list attribute. Then you can iterate through those IDs and pass each one to GoogleDriveConnector's Object ID parameter using an attribute.

Reply