We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filename
encodeURIComponent
encodeTitleURI
1 parent 75129a5 commit d0c21e2Copy full SHA for d0c21e2
rest/table.ts
@@ -17,7 +17,7 @@ const getTable_toRequest: GetTable["toRequest"] = (
17
const { sid, hostName } = setDefaults(options ?? {});
18
const path = `https://${hostName}/api/pages/${project}/${
19
encodeTitleURI(title)
20
- }/${encodeTitleURI(filename)}.csv`;
+ }/${encodeURIComponent(filename)}.csv`;
21
22
return new Request(
23
path,
0 commit comments