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

Add support for shortcuts #8

Open
ajmas opened this issue Jul 3, 2020 · 2 comments
Open

Add support for shortcuts #8

ajmas opened this issue Jul 3, 2020 · 2 comments

Comments

@ajmas
Copy link
Owner

ajmas commented Jul 3, 2020

Google recently introduced the notion of shortcuts, with a file node resolving to a data type as follows:

{
  "id": "1TBGha4guewbMXMJrhYaH403hnuWT5LRO",
  "name": "My map",
  "mimeType": "application/vnd.google-apps.shortcut",
  "parents": [
    "1zLoGsLYASFMuEdkn0A0Kpr0xpCX21HcZ"
  ],
  "createdTime": "2020-07-02T18:03:18.769Z",
  "modifiedTime": "2020-07-02T18:03:18.769Z"
}

Support should be added for them

@ajmas
Copy link
Owner Author

ajmas commented Jul 3, 2020

Opened related issue: googleapis/google-api-nodejs-client#2258

@ajmas
Copy link
Owner Author

ajmas commented Oct 18, 2022

Right now there is provisional support in the project for shortcuts, but at this time I am not sure how to best create an integration test around it. The main issue is creating a resource that I can shortcut in the test folder.

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

No branches or pull requests

1 participant