How long it takes to publish a script in Script Gallery - google-apps-script

When will the script get published in Script Gallery, that I submitted from Google Spreadsheet Script editor?
And at the time of submitting the script, it displayed message "Your project has been sent for approval and we will send you a separate email when it is approved. Your project ID is xxxxxxxxxxxxx. Please reference this ID in any future communications with us. Thank you for using Google Apps Script."
So, with whom shall I communicate regarding it?

Finally my script got published after seven days or so, but I still haven't got any notification regarding it....
So if anyone else has the same question then this answer might help..!

Related

Create a Apps Script that will send email notification based on a Google Form response or what is entered in the cell in Sheets

I have never used Apps Script but I think I have a need now that this might help with. I am trying to figure out how to get a google form (or the response sheet) to send an email notification depending on the answer to a question (or what is entered in the attached responses sheet in the cell for the question). Depending on the response I need to send an email to different people. Is that possible with Apps Script and could someone give me some pointers? Any help would be appreciated.
I am not a programmer so I was looking for some scripts and Youtube videos that I could possibly edit but so far everything I have tried to edit result in an error.

How to continue using google scripts?

Google sent me an email to do app verification to be able to continue using the gmail api. My app is basically a bunch of scripts running in spreadsheets that send an email notification when a change occurs.
Having to get a gsuite account and going through App verification to allow my scripts to survive seems very heavy process.
Does anyone know if all these spreadsheet scripts will now be stripped of their ability to send emails in the new year? or if they can continue as long as you are running them only under your own account?
I have not been able to see any documentation on this to confirm one way or another.
Seeing process described for verification here: Google app script verify scares me!

Google Apps Script Failed

A couple years back, I installed a script called "Monthly Stats for Gmail" from another gmail user. It would give me my own analytics on when I would send, receive, and who I would send and receive email from. I am now getting this error email every day at the same time 1:13AM, seemingly arbitrary time. I have combed thru the Google Apps Scripts documentation as well as the links given in the email. Is there a way to "uninstall" time based triggers when I was not the originator or author? I am fairly frustrated and would appreciate your help. I am getting this error in the form of an email below. Thx.google script error

Google spreadsheet on team drive not running script

I have a google form on my Team Drive that when submitted pulls that data to a spreadsheet. I used a script within that spreadsheet that pulls the unique URL to that specific submitted form. My team members are able to submit the form and access the spreadsheet for editing, however the script only runs for me. All of my team members have full access to the drive. I have scoured as far as I know how to resolve this issue but have only come to potential answers. One of those answers was to publish the script as a web app or API executable. This is a little out of my scope but would love to get this working for my team as it is extremely useful. Not to mention I could relay this information to other projects if I can get it resolved. Any input would be greatly appreciated!
If you have created a script then publishing the script is not that difficult. See the link here to see how to do it (See deploying a script as a web app: six simple steps!)
Also from the documentation: When a web app in a Team Drive is deployed, choosing to "execute as you" causes the web app to execute under the authority of the user that deployed it (since there is no script owner).

Example display of Google Spreadsheet data in Google site via Google Apps Script

I see that some people are trying to grab data from google spreadsheets via google apps script to stick in their google sites:
How to access data on different Google Spreadsheet through Google Apps Script?
I could bash away at code snippets, but I don't suppose anyone has got a working example anywhere?
Many thanks in advance
I was looking for something like this:
https://sites.google.com/site/testappscript2/
At the moment I don't think you'll see anything if you are not logged in to Google, but if you are then it might show this:
Welcome, don't know your name, but if you add your details here: https://docs.google.com/spreadsheet/ccc?key=0Aq72y9iq5_1UdG5LR0tCVTRXOVQtbkNLR1Q3eE5MR0E#gid=0
I could tell you your next assignment
if your google mail is in the spreadsheet it will show a personalized message.
My idea is to manage what a student sees in a Google site for a course depending on how the instructor has updated the students data in an online spreadsheet, so the student can see which assignments they've completed - what they have to do next, and possibly even their grades ...