Issues loading large gists
Porting this issue from the Script Lab codebase. Almost certainly it applies to us as well: https://github.com/OfficeDev/script-lab-2017/issues/862
@Zlatkovsky just to confirm, the problem here is that there isn't any error indication? Not trying to get that gist to be importable, right?
Can we add an effort-level label too?
@nico-bellante , try this URL: https://gist.github.com/9esuLuciano/9c462c0a0924d4cf4415d385493b5293
You can see that the file at that URL has been truncated. Whereas the "raw" URL still gives us the full data

So I think the bug is to make sure that if the Gist API returns truncated: true, that we ask for the full URL. See https://developer.github.com/v3/gists/#truncation
Moving to 1.5 as this issue exists in today's Script Lab as well.
Fixed.