this repo replaces a previous implementation in https://github.com/excalidraw/excalidraw-json
The server that stores all the encrypted sharable drawings from Excalidraw on Google Storage.
Get the service key
as JSON and store it under keys
directory with the name of the project ID.
yarn dev
yarn start
yarn build
yarn deploy
yarn deploy:dev
yarn fix
yarn test
Example endpoint URL
https://json.excalidraw.com/api/v2/post/
Example of binary
payload
1234567890
{
"id": "5633286537740288",
"data": "https://json.excalidraw.com/api/v2/5633286537740288"
}
Example endpoint URL
https://json.excalidraw.com/api/v2/5633286537740288
Example of binary response. If the id is found it will return the data. Otherwise 404.
1234567890
gsutil du gs://excalidraw-json.appspot.com | wc -l