Status Update
Comments
bl...@google.com <bl...@google.com> #2
an...@quicklution.com <an...@quicklution.com> #3
Please assist urgently as millions of customers are being affected.
ch...@thehorsevet.co.uk <ch...@thehorsevet.co.uk> #4
ky...@web-mo.com <ky...@web-mo.com> #5
ma...@gmail.com <ma...@gmail.com> #6
so...@gmail.com <so...@gmail.com> #7
ja...@pizza-hq.com <ja...@pizza-hq.com> #8
jp...@google.com <jp...@google.com> #9
A fix is currently rolling out to production. This may take 1-2 weeks to complete. Thank you for your patience and please comment here if you see this issue again.
[Deleted User] <[Deleted User]> #10
yi...@lucence.com <yi...@lucence.com> #11
na...@lucence.com <na...@lucence.com> #12
an...@quicklution.com <an...@quicklution.com> #13
ji...@ab180.co <ji...@ab180.co> #14
ch...@gowebsites.co.uk <ch...@gowebsites.co.uk> #15
jo...@mdscsi.com <jo...@mdscsi.com> #16
Please need resolution.
co...@enssen.com <co...@enssen.com> #17
co...@enssen.com <co...@enssen.com> #18
so...@gmail.com <so...@gmail.com> #19
I have managed to merge upto 20 rows at a time. OK if youre doing 100 rows, less so if you have 1000
al...@stephenscountyschools.org <al...@stephenscountyschools.org> #20
co...@leadpublicschools.org <co...@leadpublicschools.org> #21
mm...@gmail.com <mm...@gmail.com> #22
mm...@gmail.com <mm...@gmail.com> #23
ks...@ccsd1schools.net <ks...@ccsd1schools.net> #24
Says fixed but I continue to get the same issue.
jp...@google.com <jp...@google.com>
mm...@gmail.com <mm...@gmail.com> #25
jp...@google.com <jp...@google.com> #26
Are these new issues happening with Add-ons, general Apps Script code, or something else? If someone can add a good
ks...@ccsd1schools.net <ks...@ccsd1schools.net> #27
For me, its happening with the Avery Mail Merge extension.
mm...@gmail.com <mm...@gmail.com> #28
hw...@wearecasa.org <hw...@wearecasa.org> #29
jm...@libertycommon.org <jm...@libertycommon.org> #30
co...@leadpublicschools.org <co...@leadpublicschools.org> #31
an...@quicklution.com <an...@quicklution.com> #32
hw...@wearecasa.org <hw...@wearecasa.org> #33
so...@gmail.com <so...@gmail.com> #34
jp...@google.com <jp...@google.com>
na...@lucence.com <na...@lucence.com> #36
The issue has resurfaced again.
We are encountering an intermittent issue when calling doc.saveAndClose();
**Error Service Documents failed while accessing document with id xxxx **
lu...@nextories.com <lu...@nextories.com> #37
so...@gmail.com <so...@gmail.com> #38
su...@homedrop.io <su...@homedrop.io> #39
bm...@redhat.com <bm...@redhat.com> #40
ju...@habitatvault.com <ju...@habitatvault.com> #41
ls...@blockchain.com <ls...@blockchain.com> #42
kr...@gmail.com <kr...@gmail.com> #43
d....@nited.ai <d....@nited.ai> #44
Service Documents failed while accessing document with id XXX"
It was ok on Oct 20, 2024 and stopped working yesterday.
di...@gmail.com <di...@gmail.com> #45
Error Exception: Service Documents failed while accessing document with id xxxx.
It seems to have been caused by a footnote.
fo...@8x8.com <fo...@8x8.com> #46
sk...@gmail.com <sk...@gmail.com> #47
Ba...@hotmail.com <Ba...@hotmail.com> #48
This is the reproduce step from my case. May not cover error cases from others. No adds-on here.
The error happened when inserting text containing "\r" into the table. This might happen a lot when people copy&paste the text from somewhere to fill the form.
const newDocumentId = DriveApp.getFileById(TEMPLATE).makeCopy(NEW_DOCUMENT_NAME, DriveApp.getFolderById(THIS_FOLDER_ID)).getId()
const newDocument = DocumentApp.openById(newDocumentId)
const body = newDocument.getBody()
const newIssueTable = body.appendTable([[0,1],[2,3]]);
const cell = newIssueTable.getCell(0, 0)
cell.appendParagraph("Hello\rHi")
The TEMPLATE can be just an empty doc file. Others are fillers for the script to work.
RuntimeVersion: V8
12:19:42 AM Error
Service Documents failed while accessing document with id <DOC_ID>
newline is fine. Only the CR is not. Probably explain why the issue seems so random and happens more frequently with the larger data.
Description
Keep fail when calling
doc.saveAndClose()
error : Service Documents failed while accessing document with id xxxx