Something seems to have recently broken with the Google Docs conversion when using the documents list API. Updates made to existing document entries won't be converted into the Google Docs format correctly and images in the document will not appear.
Steps To Reproduce
I have a
.docx
file that has a couple lines of text, and an image.Using the documents list API, I upload the file as a
NEW
entry (with conversion turned ON), and it works fine. I'm able to open the converted document in Google Docs and it looks fine.Next, using the documents like API, I upload the file again as an
UPDATE
to the original entry (with conversion turned on). Now when I open the converted document in Google Docs, the images are missing. There is a blank rectangle with a spinning busy indicator that appears where the images are supposed to be.
Additional Info
So the problem only happens when updating the existing entry. Files uploaded as brand new entries don't have this problem.
This must have broken within the last 24 hours or so...I have an existing app that was working fine, and now all the documents that it updates have their images missing. Did something get updated on the backend that caused this to break?
I've tested this with a variety of .docx and .doc files containing a variety of images.
PLEASE, HELP...this has been totally BROKEN for a week now. I'd just like to know if this is an issue that the engineers at Google are aware of and if someone is looking into it.