0
votes

I am trying to copy this source http://pastebin.com/s7v5x4jk to a file a in a Google Script project for a spreadsheet. The problem is that not all the text gets copied when I do a copy and paste. Is there a way to upload files to Script Projects or to get around this? How to replicate: Open a Google Spreadsheet, go to Tools->Script Editor and create a new project, try to copy all the text to the file.

1
You can copied in two stages (first half and second) or make a copy of my project;) but i do not know will it work with google apps script - Rudolf Manusachi

1 Answers

0
votes

You've got one very long line, perhaps that's overwhelming the editor. (There are 132000+ characters in line 10.)

You will able to paste the code into an Apps Script file by putting it through a prettifier first. A better alternative would be to use the development version, which isn't minified.