Skip to main content
Solved

Complex navigation with GoogleDriveConnector

  • July 12, 2018
  • 2 replies
  • 12 views

geo-x
Supporter
Forum|alt.badge.img+6

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.

Best answer by danilo_fme

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2076 replies
  • Best Answer
  • July 12, 2018

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


carsonlam
Safer
Forum|alt.badge.img+7
  • Safer
  • 62 replies
  • November 28, 2018

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.