🚧Changing file identifier with editing_session_id
This commit is contained in:
committed by
Eric Doughty-Papassideris
parent
688217dfdb
commit
ca3ebcc83d
@@ -350,10 +350,12 @@ export class DocumentsController {
|
||||
beginEditing = async (
|
||||
request: FastifyRequest<{
|
||||
Params: ItemRequestParams;
|
||||
//TODO application id should be received from the token that we have during the login
|
||||
Body: { editorApplicationId: string };
|
||||
}>,
|
||||
) => {
|
||||
try {
|
||||
//TODO create application execution context with the application identifier inside
|
||||
const context = getDriveExecutionContext(request);
|
||||
const { id } = request.params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user