I would like to download some data from Snapchat publisher dashboard using GAS. The problem I have is that the page can only be accessed after Google authentication (OAuth2?) and thus cannot be done using the HTTP request scripts I saw on SO. The website I want to access is here: https://publish.snapchat.com/
The data that interest me are pictures and CSV files that can be dowloaded via a "export CSV" button, even though pictures are my priority.
The only obstacle I see is the "sign in with Google" thing, that creates a pop up page to log in the Google account, and of course there is no other way to sign in for this web site.