Closed eklabn closed 6 months ago
The LINEBUFSIZE
is not actually a limit here, the output can be of arbitrary length, see the loop with bufsize += LINEBUFSIZE
.
Indeed, the introduction of this loop is what solved my problem in the first place. Sorry for the noise.
Authentication tokens for OAuth2 can be much larger than the current 500 byte limit. Increase the buffer size to 2k to accommodate tokens produced for Microsoft office.com accounts.