Replies: 1 comment
-
|
@xgalen Thanks for the report. It looks like this part of the API is open-ended... same as you quoted above: Our flow is to convert this to a discussion, since the client library itself isn't broken, but we'd also recommend entering an issue on the tracker for the service. (Sorry, not a very satisfying answer, I know, but they'd have more info.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please make sure you have searched for information in the following guides.
Documentation Request
Hi,
I am trying to create a Google Docs with this library and I am not able to discover what other values (more than
DEFAULT: ) I can use to generate a "First Page Header", like you can do in Google Docs using the UI.This is the type field I refer to:
google-api-nodejs-client/src/apis/docs/v1.ts
Line 345 in 05b1db8
There is a
firstPageHeaderIdbut I am not able to receive anything:google-api-nodejs-client/src/apis/docs/v1.ts
Line 667 in 05b1db8
I share a small test to reproduce the issue. Of course here I am using
DEFAULTbecause I have tried several values just in case but none worked:I have created this like a Documentation Request in case there are some hidden values I can't find but maybe it is because the API does not allow to do anything else and this has to be a "Feature request".
Thanks for your attention and help in advance!
Beta Was this translation helpful? Give feedback.
All reactions