Closed ybizeul closed 3 months ago
Currently download links to the files are in the form of /api/v1/{share}/items/{item} which works, but can be prettified and intercepted as /{share}/{item}
/api/v1/{share}/items/{item}
/{share}/{item}
Currently download links to the files are in the form of
/api/v1/{share}/items/{item}
which works, but can be prettified and intercepted as/{share}/{item}