Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Drive sync does not take into account Google Sheets files #2661

Closed
homanp opened this issue Sep 2, 2024 · 2 comments
Closed

Google Drive sync does not take into account Google Sheets files #2661

homanp opened this issue Sep 2, 2024 · 2 comments
Assignees
Labels

Comments

@homanp
Copy link

homanp commented Sep 2, 2024

When adding folders that contains both Google Docs and Google Sheets files the sync only works for Google Docs.

WEBHOK FROM NANGO:

{
  "syncName": "documents",
  "modifiedAfter": "2024-09-01T18:37:34.539Z",
  "success": true,
  "connectionId": "219ec444-e8f5-41c6-bca7-e09ee5cc3e5a",
  "from": "nango",
  "model": "Document",
  "queryTimeStamp": "2024-09-01T18:37:34.539Z",
  "type": "sync",
  "syncType": "INITIAL",
  "providerConfigKey": "google-drive-pjdc",
  "responseResults": {
    "deleted": 0,
    "added": 1,
    "updated": 0
  }
}

FOLDER CONTENT:

{
    "kind": "drive#fileList",
    "incompleteSearch": false,
    "files": [
        {
            "kind": "drive#file",
            "mimeType": "application/vnd.google-apps.spreadsheet",
            "id": "14AgIrn21IRqjWQ3JTm_YM40qNVcNqJvPi406ln1gN5A",
            "name": "Characters GOT"
        },
        {
            "kind": "drive#file",
            "mimeType": "application/vnd.google-apps.folder",
            "id": "1rtARbNcjBnB2BbZZ-2Kj5xn9NeaQSVHt",
            "name": "Characters"
        },
        {
            "kind": "drive#file",
            "mimeType": "application/vnd.google-apps.document",
            "id": "1_i3TF66gZ-FbwFUA459X9Arn0shGiSMKgNBzWPPMkrQ",
            "name": "Introduction GOT"
        }
    ]
}
Copy link

linear bot commented Sep 2, 2024

@khaliqgant
Copy link
Member

This has been resolved, but let us know if you see otherwise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants