Chrome Web Store system error, please try again later - google-apps-script

I'm trying to deploy a script ad add-on but I get the following error: "Chrome Web Store system error, please try again later."
I've already waited 12+ hours but unfortunately this didn't help.
I get the error after I fill in the first screen (description, url, instructions,...).

This was very unclear from the documentation but you have to pay $5 to register as a developer in the Google Developer Console
I found this information from this Google form about this same topic.

To me problem was that I hadn't accepted the term of services in Developer Dashboard
You do not have to pay for the $5 fee to overcome this if you are developing for your own domain (google app)!

Related

Google Workspace Add-on bug - "JavaScript engine reported an unexpected error. Error code INTERNAL."

I have developed a Google Workspace Add-on for Google Sheets that has been available on the Google Workspace Marketplace for about 1.5 years with a lot of active users.
I recently updated some features and 2 new errors have begun popping up that I can't seem to debug. They show in my Google Cloud Console logs and error reports as follows:
We're sorry, the JavaScript engine reported an unexpected error. Error code INTERNAL.
0[unknown file]([unknown function])
and
Exceeded maximum execution time
0[unknown file]([unknown function])
From what I understand from the small amount of information available about this online is that something is timing-out in one of my custom functions. The issue is these bugs won't give me any useful information, such as a specific line in my code and I can't seem to see any point at which the functions could hang. Is it possible that this error occurs when a large number of users are accessing the add-on at once?
Has anyone here experienced the same issue that could explain how to get more information on the issue to even begin debuggint the root cause. Or if there is a specific technical assistance support line I could use for Google Developers I'm all ears, there just doesn't seem to be one available that I could find.
Thanks!

Google App Script not working in incognito mode

i've been learning with google app script, and tried to make a web form because of the limitation of google form. I tried making it by following this example, and it works. However when I tried using incognito or other browser without a google account log on to it, it failed, showing this error
"Maaf, terjadi error pada server saat membaca dari penyimpanan. Kode error INTERNAL."
Which is in Indonesian that basically states the server failed to read the file, and there is an internal error. This is the web app script.
Settings for the web app deployment
Also in the spreadsheet linked is set to anyone with link is able to edit. When this is changed to anyone with link is able to view only, causes a log in prompt to appear in incognito mode.
Any help is greatly appreciated. I also found out earlier that this problem occurred previously because of a bug by google, but it has been resolved. So did I do something wrong?
According to the Apps Script Web Apps documentation:
The first is labeled Current web app URL and ends in /exec. This URL is for the published version of your app, based on the last version you saved and deployed.
The second is the link labeled latest code and ends in /dev. This URL can only be accessed by users who have edit access to the script. This instance of the app always runs the most recently saved code — not necessarily a formal version — and is intended for quick testing during development.
Therefore, when sharing the web application, you should be sharing the /exec link.
There is an open bug for this: https://issuetracker.google.com/issues/160665120

Publishing a Google Docs Add-on: Project Key is not associated with the current project

I am attempting to publish a simple Google Docs add-on, following these instructions: Publishing an Add-on
However when completing the configuration for Google Apps Marketplace SDK, I enter my script project key (found from file --> project properties) and receive the following error: 'Project Key is not associated with the current project.'
Only instance where I can find someone with the same problem (here) occurred when they created a project on the Google Developers Console instead of going through resources --> Advanced Google Services. This is not the reason for my error, can anyone shred any light onto my problem?
Any help would be gratefully received,
Connor
Kept trying, did not change the way I tried publishing nor the project key I was entering and it worked after so many retries. Wish I could give a more detailed answer...
I was able to fix by combining two successful responses from this post:
use version number, and only the number, e.g. "1" -- Do not use "v1.0" or "Version 1 on Oct 1, 6:10 AM" or your deployment's Description
After completing step 1, delete your entry in field 'Docs Add-On Project Script ID', then re-enter it -- the page seems to not re-evaluate your changes unless you do this; I had tried saving multiple times before doing this with no success using the correct version number and script ID.
For me I need to go Publish->Deploy as API. Select the correct version and then the publish screen worked
I needed to include a correct version number (1,2,3,4; not "v0.1") in addition to the script ID. The error suggested my script ID was wrong, but the error went away when I picked a valid version number.
For me, the Google App Script file needed to be associated with the project.
In the GAS, go to Resources > Cloud Platform Project.
Under Change Project, enter the project number (which can be found on the home page of the Google Cloud Platform Project in the Project info module), and click Set Project.
Confirm the notices (though make sure that is really what you want to do).
Once it has been set, go back to the App Configuration, and re-enter the information (if you are already on that page, refresh).
That's what worked for me, but maybe other developers get that error for other reasons.
Source: https://developers.google.com/apps-script/guides/cloud-platform-projects#switching_to_a_different_standard_gcp_project
Hmm I had issues as well. It didn't work with version 1 in "Docs Add-on script version" but while I tried a bunch of stuff I ended up deploying again and then I incremented version to "2" and then it worked.
I got the same error today, I made it finally work. I will go through the fields I checked.
App Integration [I'm deploying using deployment ID, you can get the ID from AppScript manage deployment]
Choose which workspace you are releasing [In my case Sheets], type the version from AppScript.
Enter all other general Credentials and save.
The above steps worked for me.
Try to use the Google Workspace Add On and enter the App Script Deployment ID. That accepted for me and showed it as a Sheets Add-On
It's different in deploy or test in legacy editor and new editor.
And I'm using legacy editor before
(because some following steps from documents is not work in new editor),
So when I lookup Mange deployment in new editor,
It wasn't exisisted,
And the deployment ID it's not work when I fill out App configuration in Google Workspace Market.
For me I just change to following the Legacy editor's following steps
https://developers.google.com/workspace/marketplace/enable-configure-sdk#legacy-editor_2
and It works.
Looks like it is not possible to change scriptId after a round of review. So you can just update only version. I changed to last number of deployment version like '6' and it is saved.

Getting a manifest error message when trying to publish a Google Apps Script add-on

I got my account whitelisted, and now I should be able to publish my add-on.
I went through the this list: https://developers.google.com/apps-script/add-ons/publish#development_checklist.
But now, when I try to publish it as decribed here: https://developers.google.com/apps-script/add-ons/publish#publish_your_add-on, I get this error message on the developer dashboard:
Please fix the following errors: The manifest has an invalid install
container.
It does not provide much information to me, so i don't know what to do with it.
Can someone tell me how to start?
The same question was published recently on "google-apps-script-issues" bugtracker.
Google aknowledged it as a "whitelist" problem:
https://code.google.com/p/google-apps-script-issues/issues/detail?id=4000
The best I can do now is wait.. As suggested on the issue page, if somebody will have the same problem they should star the issue.

Simple API Access status: suddenly INACTIVE

I was developing android application that has backup to google drive feature.
I have used Simple API Access key and it worked like a charm for few weeks.
However, from yesterday, it does not work at all. (cannot list uploaded files and 403 fobidden error when trying to upload new file) I checked Google APIs Console and found out
Simple API Access
Status: Inactive
and Reports is not available and keeps showing popup message "An unexpected error has occurred. We're looking into it."
I googled about this message but there is no solution. (but found several issues related to google cloud SQL)
I was considering to use google drive on commercial level android app and this is very bad...
I wonder what is the problem and how to reactivate api status.
Thanks :)
Unfortunately, because of the security model of the Drive SDK, we need to be sure that an application is who they say they are, which simple access does not give enough assurance of. For a commercial application, this strength of security is great for users.
For a solution, you need to use Google Play Services as outlined in the documentation. We are currently working on a guide to get started with this very quickly on Android, and should be available within the next week.