You are reading a single comment by @io2work and its replies. Click here to read the full conversation.
  • Things are definitely working better... but I am still having issues with http.get().

    I am attempting to do an http.get() to a Google Apps Content Service... this is what gets returned from the GET:

    <HTML>
    <HEAD>
    <TITLE>Moved Permanently</TITLE>
    </HEAD>
    <BODY BGCOLOR="#FFFFFF" TEXT="#0000
    00">
    <H1>Moved Permanently</H1>
    The document has moved <A HREF="https://script.google.com/macros/s­/AKfycbwVqXlMKJ_g0OQtR4uyxuVLw
    EhuoqR8Q-kJsCWnxBt2b7irdWi1/exec?ras=tes­t">here</A>.
    </BODY>
    </HTML>
    

    I know the content service works because you can just copy and paste that url in any browser and it will log the data in my Google Spreadsheet as expected. Is it an issue with it being https?

    This is the link to the live Google Spreadsheet if anyone wants to play with it.

    https://docs.google.com/spreadsheets/d/1­YM2-_LCWUR0dYllsRMAn_6B5OKLXD7_vVnABzJUq­nMg/edit?usp=sharing

    The data gets logged in the "Data" sheet.

About

Avatar for io2work @io2work started