-
Notifications
You must be signed in to change notification settings - Fork 223
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
unlink simply doesn't work for shared drive sheets #567
Comments
Update: I identified the source of the issue, self.is_team_drive() was returning False in my case, so for my version I simply replaced it with True, not entirely sure why it doesn't work but it doesn't. |
bigger problem, after fixing the unlink, the link() function simply returns a httpError 500 even when nothing is changed. Traceback (most recent call last): |
Note, if this is a usage question, please ask a question in stackoverflow with
pygsheets
tag.Describe the bug
When trying to unlink a sheet in a shared drive the actual api call doesn't include the header to allow for this and the file isn't found
To Reproduce
Steps to reproduce the behavior:
System Information
The text was updated successfully, but these errors were encountered: