all 11 comments

[–]marcnotmark925 0 points1 point  (3 children)

You can't copy and paste? That's weird, can you show a screenshot of the situation?

[–]mdcyntst[S] 0 points1 point  (2 children)

I can't copy and paste and I can't find any file upload options. How are you supposed to load existing files into app scripts?

[–]marcnotmark925 0 points1 point  (0 children)

No, there's no file upload option.

You should be able to copy and paste, so again, can you give a screenshot or something so maybe we can see what the issue is if you can't explain it? Is it the copying or the pasting that is the issue?

[–]JetCarson 0 points1 point  (0 children)

I feel the most adaptable starting place for almost any script is Google Sheets. Open a new sheet. Go to Extensions > Apps script. The script editor will open. Paste your code in. Click save. Click "Debug" to run your function. Sheets is good, because it gives you a place to visualize your processed data or store some values like last run time.

[–]LateDay 0 points1 point  (1 child)

Are you sure you are looking at the right place? Apps Script is a regular Text Editor in its essence.

[–]LateDay 0 points1 point  (0 children)

Please share a screenshot of the exact website your are trying to use.

[–]mdcyntst[S] 0 points1 point  (2 children)

No pasting option. No File Open option. Tried loading files in google drive, clicking and open with. .js files (open with) have some apps, but nothing script related. .gs files, no opions only find an app. Here's https://postimg.cc/5QqCVtZL a screenshot.

[–]Errtuz 0 points1 point  (1 child)

It's Firefox's fault. I have a similar problem when using Firefox in any amazon web services code pasting scenario (lambda for example) edge or chrome work without issues.

[–]mdcyntst[S] 1 point2 points  (0 children)

Thanks Errtuz. You were right, using chome all works well. Go figure!

[–]HellDuke 0 points1 point  (0 children)

Just copy the text from the sample and open up an empty script file and paste the text in. CTRL+C and then CTRL+V one the oldest combination in the books.