Where and how do I strip the blank lines created by google docs on the Drive API?
问题 It appears that somewhere in the process of updating or downloading files from Google Docs using their API, Google adds one new line for every one of your blank lines. See: Google Drive API on upload--where are these extra blank lines coming from? I'm trying to figure out how to get rid of the new lines created by Google while keeping my own intentionally placed new lines. I'm finding it difficult to target when exactly it's occurring, in order to strip the \r or \n. I thought it may occur