I have the correct link to the folder that I am working with, and I am able to set up a connection and do everything properly up to the point where I get the first file in that folder. I am trying to use the file.GetPermissions()
function in PyDrive2 to get a list of the permissions. However, I had recently changed these folder settings, and they are not updating, so I am not sure what it is happening since I thought this was supposed to be instant. I am instead getting the old permissions.
This is all also ultimately being done to delete stuff from the folder, however since I am accessing the folder from an account that is just an "editor," I am getting Insufficient permissions for this file
error, which I am not sure how to resolve. My first step was in trying to check the permissions, which I can see are incorrect since a lot of older accounts are still on it when I run the code. Any help on this problem would also be great!