I have a python (2.7) program that's using oath2client to access googledocs. I'm able to create files and edit files, but not delete them. I assume that this is because of a permissions issue.
Is there a way to find out what permissions my oath2client object has access to? If nothing else, it would be nice to be able to produce an error message saying "you don't have delete permissions" or something...
Also, since all I have is a client_id and token, I'm not even sure which account I'm trying to use (we use different accounts for different purposes)