'Google Drive/Doc API Remove DOCX password

We are looking at a way to remove the opening password (knowing the password) from a word docx file in Google Drive API or Google Doc API. Google Drive viewer is able to detect there is a password ask for it. Any experience in doing so programmatically assuming the password is known?



Solution 1:[1]

Answer:

It is not possible to do this programmatically, either with Drive API or Docs API. Neither of them include any way to handle passwords.

Feature request:

I'd suggest you to request this feature in Issue Tracker using this template.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Iamblichus