Skip to content
Snippets Groups Projects

replace getPassports with getPassportsNewProtocol in wopiCreateDocument

Closed Damyan Mitev requested to merge fix-wopiCreateDocument into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1668 1668 return encodeResponse("400", "", "Identity not authenticated");
1669 1669 }
1670 1670
1671 const response = await wopiAPI.putDocument(path, accessToken, file);
1672 return response.data;
1671 const response = await wopiAPI.putDocument(resourceID, accessToken, file);
  • Please register or sign in to reply
    Loading