Is there a better way to download all of my projects? (I have quite a few) I try to download all of them, but I’m getting an Nginx error:
what URI is it?
1 Like
I pressed “select all” on the dashboard/projects page, then clicked download. The API url looks like this:
https://api.glitch.com/project/bulkDownload/?authorization=MY_TOKEN&projectId=EXAMPLE_ID0&projectId=EXAMPLE_ID1&projectId=EXAMPLE_ID2...
From a technical standpoint, I’d say they need to send the projectIDs via a POST request to avoid the Nginx error, so like @tiagorangel2011 , it looks like a bug.
3 Likes
Hi @RiversideRocks glad to see you, wish it wasn’t under the circumstances of a bug - I just filed a ticket about it!
2 Likes