You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.
Add check for "mimeType": "application/vnd.google-apps.shortcut". Then check if user wants to follow shortcut or not. If not follow shortcut, skip it. If follow shortcut, check the target details for shortcut. and do stuff again based on that and so on.
Add shortcutDetails(targetId,targetMimeType) to get request to get the shortcutDetails. It looks like this.
Add check for
"mimeType": "application/vnd.google-apps.shortcut"
. Then check if user wants to follow shortcut or not. If not follow shortcut, skip it. If follow shortcut, check the target details for shortcut. and do stuff again based on that and so on.Add
shortcutDetails(targetId,targetMimeType)
to get request to get the shortcutDetails. It looks like this.The text was updated successfully, but these errors were encountered: