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.
1 parent 00f467b commit 39edb02Copy full SHA for 39edb02
src/common/backend/services/notion/service.ts
@@ -164,6 +164,7 @@ export default class NotionDocumentService implements DocumentService {
164
spaceId: spaceId,
165
},
166
167
+ signedToken: fileUrl.signedToken,
168
169
170
});
@@ -318,6 +319,7 @@ export default class NotionDocumentService implements DocumentService {
318
319
const result = await this.requestWithCookie.post<{
320
url: string;
321
signedPutUrl: string;
322
+ signedToken: string;
323
}>('api/v3/getUploadFileUrl', {
324
bucket: 'temporary',
325
name: fileName,
0 commit comments