When I try to retrieve a folder by listing with differents query criterias, in Python, I get an error HTTP 500 \"Internal error\".
HTTP 500 \"Internal error\"
The code to request the f
G recommends that your app should backoff and retry 500 errors. Did you try this and does it persistently fail on the retry?