diff --git a/flows.yaml b/flows.yaml index d76dd9ef..fa1d2e71 100644 --- a/flows.yaml +++ b/flows.yaml @@ -4168,9 +4168,9 @@ integrations: Metadata required to filter on a particular folder, or file(s). Metadata - fields should be {"files": [""]} OR + fields should be `{"files": [""]}` OR - {"folders": [""]}. The ID should be able to be provided + `{"folders": [""]}`. The ID should be able to be provided by using the Google Picker API diff --git a/integrations/google-drive/nango.yaml b/integrations/google-drive/nango.yaml index 4d5d8ec2..7bfb1feb 100644 --- a/integrations/google-drive/nango.yaml +++ b/integrations/google-drive/nango.yaml @@ -8,8 +8,8 @@ integrations: Sync the metadata of a specified file or folders from Google Drive, handling both individual files and nested folders. Metadata required to filter on a particular folder, or file(s). Metadata - fields should be {"files": [""]} OR - {"folders": [""]}. The ID should be able to be provided + fields should be `{"files": [""]}` OR + `{"folders": [""]}`. The ID should be able to be provided by using the Google Picker API (https://developers.google.com/drive/picker/guides/overview) and using the ID field provided by the response