10
votes

In the google apps script editor for google sheets, I can add a library created by others if I know the project key e.g. MKvHYYdYA4G5JJHj7hxIcoh8V4oX7X1M_ (a library for accessing the Twitter API)

But how can I view the source of that library?

1
one way is to put a breakpoint before a library call, then step-into it. maybe there is a better way.Zig Mandel

1 Answers