Updated all drive commands to handle the following error:

```
ERROR: 401: Active session is invalid. Error code: 4 - authError
```
This commit is contained in:
Ross Scroggs
2023-12-12 10:25:59 -08:00
parent d113b3ec8e
commit 2bb0088ade
8 changed files with 42 additions and 14 deletions

View File

@@ -34,6 +34,7 @@
## API documentation
* https://developers.google.com/drive/api/v3/reference/files
* https://support.google.com/a/answer/6105699
## Definitions
* [`<DriveFileEntity>`](Drive-File-Selection)