Open GoogleCodeExporter opened 9 years ago
Are you seeing the same problem when uploading to a new document rather than
updating an existing document?
Original comment by grobb...@google.com
on 12 Aug 2013 at 8:23
After trying many ways, I change the type of document I use. Before I used a
simple text file on google drive, downloaded it in rtf format and updated it
but that way newlines disappears (with or without convert, mimetype = text/csv
or text/plain).
Then, I switch to spreadsheet file on google drive, download it as csv and
update it as csv with conversion enable, that way is the right way. (csv for
storing array data)
No problem when inserting new files.
Original comment by robin.sz...@gmail.com
on 12 Aug 2013 at 8:34
I have not seen any problem when uploading a plain text file containing
newlines using DriveSample on a Mac.
Unless there is indication that the Objective-C library is modifying the data
being sent to the server, this is likely just a server API issue for specific
document types, not a client library issue.
Original comment by grobb...@google.com
on 12 Aug 2013 at 10:04
Original issue reported on code.google.com by
robin.sz...@gmail.com
on 9 Aug 2013 at 11:28