Closed luizirber closed 6 years ago
@luizirber Could you try connecting that to a project on test.osf.io to see if the problem replicates? That should let us know if it's something in the database or something with that directory.
@luizirber We've just deployed a fix that should prevent that timeout. Would you mind trying again?
@luizirber, did that fix work for you?
Closing as part of New Year's tidyness party! Feel free to reopen if the original issue has not been fixed.
Using the current master for osf-client:
When I try to list the contents of project
vk4fa
:Running with PDB and digging into the Response, the URL failing is
https://api.osf.io/v2/nodes/vk4fa/files/googledrive/kraken_db/library/Viruses/
. We can reproduce the error with cURL at this point:If I go to https://osf.io/vk4fa/files/ and find the same path (
googledrive/kraken_db/library/Viruses/
) it loads the content of this folder.From this point on I don't know how to debug: why does it work in the web frontend, but it fails when I query the API directly?