We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know exactly why and this is undocumented but I can reproduce this issue on a Google Document. For reference, here's the documentation for DocumentApp.PositionedImage#getBlob: https://developers.google.com/apps-script/reference/document/positioned-image
DocumentApp.PositionedImage#getBlob
As a result, we should add a try/catch around:
https://github.com/Mogztter/asciidoc-googledocs-addon/blob/e629db563e5bba80885a829ca840590549378320/app/Code.gs#L322-L324
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't know exactly why and this is undocumented but I can reproduce this issue on a Google Document.
For reference, here's the documentation for
DocumentApp.PositionedImage#getBlob
: https://developers.google.com/apps-script/reference/document/positioned-imageAs a result, we should add a try/catch around:
https://github.com/Mogztter/asciidoc-googledocs-addon/blob/e629db563e5bba80885a829ca840590549378320/app/Code.gs#L322-L324
The text was updated successfully, but these errors were encountered: