pyTinGen icon indicating copy to clipboard operation
pyTinGen copied to clipboard

Add follow shortcut support and option to disable it if needed

Open eXhumer opened this issue 5 years ago • 0 comments

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.

 "shortcutDetails": {
  "targetId": "1SqcsGNkkd****************",
  "targetMimeType": "application/vnd.google-apps.folder"
 }

eXhumer avatar May 17 '20 11:05 eXhumer