Validation questions/issues for App ID 42949681452 - office-store

The validation report says that there are login issues with the app but nobody has been able to reproduce. This app is currently live with our customers and has been for many months and they are not reporting issues either. The only changes in this app submission were store front content (test descriptions and screenshots). We have tried on desktop and o365 versions. I can send screenshots of the o365 version working if there is a place I can send it. Please help.
Thanks
Jeff

Related

IBM Watson Assistant Web Chat not keeping session state when navigating through my website

I am trying to set up IBM Watson Assistant Web Chat and from the documentation, it seems pretty simple (just do the config and copy and paste the embed code) https://cloud.ibm.com/docs/assistant?topic=assistant-deploy-web-chat
However, I have found that when I paste this onto my website, navigating to a different page or reloading will just refresh the session. This is not what I want as I want the session to continue off from where it was in the chat (and for all this to be displayed in the window). I have tried looking through the detailed documentation as well, but there doesn't seem to be what I'm looking for: https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=
I have also tried passing in the userid but still on navigation the chat refreshes.
Does anyone know if there's a way to solve this? I really need a solution since the same problem occurs on the live chat integration I have set up with salesforce.
Thanks, in advance
A feature update to support session history is coming soon.

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

User Picker is not returning thumbnail

I created a simple Ticket Kiosk using Google App Maker. Everything was working great but now the user thumbnails are not showing up. Essentially, it uses the User Picker widget with a Directory database that pulls everyone in our g suite domain. It's still pulling all of the user data but the URL that it is pulling from the ThumbnailPhotoUrl field no longer comes up with an image. The URL is still exactly the same as it was when it was working so I don't think it's the code, but maybe something changes in G Suite? Has anyone else experienced this issue?
Thanks,
Dom
This was an issue between Google and our network. We were getting 404 errors when trying to pull up pictures from Hangouts as well. It resolved itself overnight.

Chrome extension keeps getting rejected

My chrome extension has been rejected twice and the reason from the email is
it currently does not work or provide any functionality upon
installation.
However, I have tested it on multiple computers with different accounts and it works fine. I sent an email back asking for clarification and they sent me the same email, but with the above quote highlighted in bold.
I emailed them again asking for further clarification but I don't think I'll be receiving it any time soon.
I believe the issue may be that I am defining the key in the manifest file, I read that you aren't supposed to do this (from a post from 2014). However, I'm using the key from the developer dashboard after uploading my extension.
Removing the key isn't mentioned in the publishing guide so I want to make sure before resubmitting (repeatedly resubmitted results in an account suspension).
Thank you for your time, any help would be greatly appreciated.

GAS: This application was created by another user, not by Google

I have made a script that is running as a 'Apps Script Gadget' in Google Sites. The script has access to my email and calender etc. because I need notifications if someone has used my script.
When I go to the site as "noname" user I get the message "This application was created by another user, not by Google. This application has access to the following personal information: email address." How do I get rid of this, the user is not interested if the script sends me a email or not.
Thank you for any advises.
Same thing happened to me; I commented out all references to the Session object but I still got the popup message.
When I removed the commented code entirely and re-published, everything worked fine. The message about access to the email info was gone.
I guess the google code holds onto an internal library reference even if there is commented code. Does not make much sense to me. But hope this helps.
If your script is not reliant on any of the users' information, I would suggest when deploying the web app to "Execute the app as" me. In the Publish > Deploy As Web App... pop-up, there's a dropdown for this.