Assigned
Status Update
Comments
sa...@google.com <sa...@google.com> #2
Thank you for filing this issue. To file a feature request can you please provide detailed information about the expected behavior of the method and how it should be implemented.
Thank you!
mb...@demedicis.fr <mb...@demedicis.fr> #3
I think we need to insert AutoText from batchUpdate request.
Or in InsertTextRequest, we can insert instead of 'text' field => autoText or PAGE_COUNT and PAGE_NUMBER
Or in InsertTextRequest, we can insert instead of 'text' field => autoText or PAGE_COUNT and PAGE_NUMBER
sa...@google.com <sa...@google.com> #4
Thank you for coming back to me. I forwarded your feature request to the engineers who are responsible for implementing feature requests.
sa...@google.com <sa...@google.com>
da...@onlinepartner.se <da...@onlinepartner.se> #5
+1
Currently it is only possible (AFAIK) to insert page_number and page_count using Apps Script DocumentApp service which requires the https://www.googleapis.com/auth/documents
scope.
If this API would get this feature we would only need the https://www.googleapis.com/auth/drive.file
scope.
Description
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:
If the issue has already been reported, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any details of your experience with it.
If your issue has not been reported, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the issue:
I tried to insert PAGE_COUNT and PAGE_NUMBER in footer with API.
But there is no request from batchUpdate who allow it.