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
For a file I am trying to delete GoogleDriveAdapter.php delete line 622 throws exception
{
"error": {
"code": 403,
"message": "The user does not have sufficient permissions for this file.",
"errors": [
{
"message": "The user does not have sufficient permissions for this file.",
"domain": "global",
"reason": "insufficientFilePermissions"
}
]
}
}
Which is caught resulting in file not being deleted and no indication to caller of a failure
The text was updated successfully, but these errors were encountered:
For a file I am trying to delete GoogleDriveAdapter.php delete line 622 throws exception
{
"error": {
"code": 403,
"message": "The user does not have sufficient permissions for this file.",
"errors": [
{
"message": "The user does not have sufficient permissions for this file.",
"domain": "global",
"reason": "insufficientFilePermissions"
}
]
}
}
Which is caught resulting in file not being deleted and no indication to caller of a failure
The text was updated successfully, but these errors were encountered: