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

Fails to report delete error #120

Open
markastott opened this issue Jan 21, 2024 · 0 comments
Open

Fails to report delete error #120

markastott opened this issue Jan 21, 2024 · 0 comments

Comments

@markastott
Copy link

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

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

No branches or pull requests

1 participant