Questions tagged [google-sites]

Use for Google classic Sites (https://sites.google.com/sites) . Google announced starting September 1, 2021, classic Sites from consumer accounts will no longer be viewable by anyone and the ability to edit classic sites for Workspace accounts will end starting January 30, 2023. For questions about Google new Sites (https://sites.google.com) use [google-stes-2016]

Google Sites is a structured wiki- and web page-creation tool offered by Google as part of the Google Apps Productivity suite. The goal of Google Sites is for anyone to be able to create a team-oriented site where multiple people can collaborate and share files.

More information
Google Sites - Wikipedia, the free encyclopedia

729 questions
8
votes
2 answers

You do not have permission to perform that action

I have a time-triggered script that periodically retrieves content from an external source and updates a Google sites page with it. According to this, the script should be running under my account, which has full assess to that Google site page…
Boris
  • 121
  • 1
  • 1
  • 3
8
votes
5 answers

How to create expandable FAQ page in HTML?

I'd like to create an FAQ page for my website that lists all of the questions as hyperlinks. When the link is clicked, the answer for that question should expand out beneath it. The answers need to be hidden by default, and preferably clicking the…
CodeFusionMobile
  • 14,812
  • 25
  • 102
  • 140
8
votes
4 answers

Resizing image in Google Apps Script

I have an image and I want to resize this. App Script code: var fileId = 'idImage'; var img = DriveApp.getFileById(fileId).getBlob().; newFile.getBody().insertImage(0, img); Object Blob can't resize so how can I resize my image? Regards
Hann
  • 727
  • 3
  • 11
  • 22
8
votes
1 answer

Apps Script Gadget on Google Site started throwing CORS errors

I have a Google Site with multiple pages all containing a Google Apps Script Gadget. Users have reported that a couple of months ago, the Apps Script Gadgets stopped working. I have tested them, and found that the Apps Script gadget loads correctly…
8
votes
1 answer

How Can Line Breaks in Google Spreadsheets be Preserved When Posting to Google Sites?

I have a script on Google app script. This script find a data simply. my code : var content=this.spreadsheet.getSheetByName("sheet1").getRange("C1:C26").getValues(); this.summary = contents[4][0]; I find my data , no prob but , my data has line…
Hanny94
  • 125
  • 1
  • 1
  • 9
8
votes
5 answers

How to put a text beside the image?

I'm making a website on Google Sites. I choose the 3 column layout and put the images one by one. I want to put the text beside the image, but it only works with the first line, and even that is in "the end" of the image. The screenshot below…
U23r
  • 1,653
  • 10
  • 28
  • 44
8
votes
1 answer

Google Sites API via CURL in PHP - Getting "Content is not allowed in prolog."

$curl = new Curl(); $data = 'Email='.urlencode('MYEMAIL@EMAIL.COM').'&Passwd='.urlencode('MYPASSWORD').'&accountType=GOOGLE&source=Google-cURL-Example&service=jotspot'; $curl->post('https://www.google.com/accounts/ClientLogin',$data); //match…
Walter
  • 173
  • 2
  • 12
7
votes
2 answers

Trying to add anchor and/or Id tag in New Google Sites

I'm trying to create a website using the New Google Sites - where a lot of basic 1990's html functionality has been removed. It would be REALLY useful to add anchors, but the gSites FAQ states that anchors as not supported in the New Google Sites.…
James
  • 91
  • 1
  • 1
  • 6
7
votes
5 answers

Google Apps Script remove warning banner

I am putting a GeoChart on my Google Site using a Google Apps Script. Viewing the page when I am not logged into my google account shows a grey banner at the top with states: "This application was created by another user, not by Google." See it…
Christine Braun
  • 157
  • 1
  • 1
  • 8
7
votes
4 answers

JQuery Mobile with Google Apps Script

I've made a Google Apps Script deployed as a standalone web app using HTMLService that provides a simple front end to enter budget data into a Google Spreadsheet. I'm using JQuery Mobile for some of the javascript as well as to style it a…
7
votes
1 answer

OnClick suddenly not working on Google Sites in Chrome

I wrote a page that used buttons with onclick to call a function as part of a set of practice problems and answers for my students. It has worked since July with no issues through Friday, September 5 at least. Today the buttons fail to function at…
Jason Patterson
  • 191
  • 1
  • 5
6
votes
2 answers

Google Login gives "This browser or app may not be secure"

I am testing my local app on https://localhost:44367/ using Chrome for google login. My app is Angular 6 using .Net core When i try to login using my credentials, it gives Error saying Couldn't sign you in This browser or app may not be secure. Try…
Ted Lee
  • 61
  • 1
  • 2
6
votes
4 answers

Is there any way to download sites from Google Site?

I created a site using sites.google.com. Now I want to download it to publish. Is there any way that the site can be downloaded?
Anil Poudyal
  • 383
  • 1
  • 6
  • 11
6
votes
2 answers

Using "Google Tag Manager" with "Google classic Sites"

I'm trying to use Google Tag Manager for a site created using Google classic Sites, but I haven't had any luck so far. This question seems to have been up on a few forums, but I was not able to find any definitive answer to this end. Help would be…
Roney Michael
  • 3,964
  • 5
  • 30
  • 45
6
votes
2 answers

Including javascript to google sites

I'm trying to include a simple javascript to Google Sites but I get nothing when pressing the button. I put the code inside an HTML Box. The code works perfectly when tested locally. Here is my code: