Google AppMaker app not loading for users - google-app-maker

I have made a Google App Maker app based off of their PDF EMail starter and some code snippets found on this site. It works flawlessly for me in preview mode, and in its Published form.
However, when my user tries to access it (published), it does not fully load. I see the red/green circle for ~1 second and then nothing further happens. I cant figure out how to see the error in Chrome.
I have selected not to restrict access to the app, and entered my users email address as a User in Deployment options anyway. I have the Model set to be accessible to anyone.
Any ideas? Thanks in advance.

Related

LinkedIn Autofill button not showing

I want to implement the LinkedIn Autofill into my staging website to test the autofill feature into the website form.
I have created LinkedIn Insight tag and implement into my staging website and follow the instruction guide https://www.linkedin.com/help/lms/answer/a424393/linkedin-autofill-setup-guide?lang=en, the autofill button didn't show out.
In the LinkedIn Campaign Manager, Website Tracking page did show the Tag Domain implement successful with my staging domain listed there.
On my staging site, I use chrome inspection tools and the console show the following error message without any further details
Failed to load resource: the server responded with a status of 400 ()
Any suggestion how to implement it?
#linkedin
Please try it in your production instead of staging.
We faced a similar error in our staging site where the Linked in Autofill button didn't show up and a 400 error code for https://www.linkedin.com/autofill/ in the console. The reason was the issues with whitelisting. Though the linked in representative confirmed that our staging site has been whitelisted, it still didn't work. They suggested us to take it to production and check. It was actually working in Production as expected. Please try it in your production instead of staging.
Adding the steps that we followed:
Add linked in Insight Tag to your website. Please follow the steps here
Add the autofill script to the html page where you want the button to be displayed. Note: If you are using a CMS, where this autofill plugin is being added to modules and re-used across your websites, make sure the script is added inside a proper html structure.
Html code snippet
Check if the Insight tag is working properly by opening the network tab and check for the insight tag link. Please refer the link
Whitelist your website domains by contacting the Linked In rep.
If you get a 400 error for https://www.linkedin.com/autofill/ in your staging site, try it in your production url after it has been whitelisted.

Sending a firebase dynamic link over SMS from the desktop page

I have firebase deep links working in my app, and when a user visits them on desktop it takes them to a custom webpage I made that says "This content is only available on the app. Please download it to continue" with app store links for my app.
I want to add a form that says "enter your phone number to get texted the link to download the app" and I have no issues doing that with twilio.
Where I'm stuck is that I want to SMS the original deep link to the user. But the firebase deep link system already redirected me to the desktop page so I don't have access to the deep link anymore. Is there any way to get the original deep link?
I do have the path of the original deep link in the URL so I could possibly reconstruct it? But is there an easier way, or an existing solution to my problem of wanting to get users to install our app without losing the deep link context?
If you create your originally link manually you can use the Other Platform Parameters ofl to send a parameter of the dynamic link to be sent in text message to the desktop users.
See the doc's on how to manually create your link.
Alternatively, in the past I've added a parameter to the short link which has been passed through to the webapp, maybe you could use that to pass the dynamic link. Not tested, but should have the desired effect.

No Longer Able to Access App Maker

I've been using Google App Maker for a few months now, but tried to log into an existing App today and am getting this error:
The published app still seems to be working. But, I tested two different admin accounts to try and edit it and both get the same error. I looked under the G Suites Admin Panel and don't see App Maker in the G Suite Apps or Additional Google Services section.
Who do I need to contact? Should I submit something to the Issue Tracker?
If App Maker is no longer showing in your Admin Console then it seems there is a problem with your G Suite account. There are other reports in the App Maker Google Group from other users who are also reporting something similar hence I believe this is a bug. Please don't use Issue Trackers since this is mainly used to report bugs or issues found inside the App Maker service.
You must contact G Suite Support to report this since this an issues associated with the services inside the Admin Console. There is an App Maker Team in G Suite Support that will be able to help on this. More info on how to contact G Suite is available here https://support.google.com/a/answer/1047213
I had this same issue. My problem was I had two google accounts (personal and business). For some reason even if I was logged into my business account, when I went to appmaker.google.com the accounts would switch and I would be shown the please apply for early adopter page. To get around this logout of your personal account, clear cache, login with account that has access and you should be taken to the appmaker welcome screen.

Chromebook does not show app page

A friend has two google accounts and one chromebook. Neither google account will display the app page on the chromebook. Prolly not helpful, but included is a screen capture of the message.
screen capture showing the app page error message
Logging into any other computer properly displays the app page. Logging out and in on the chromebook doesn't change things. Clearing cache on the chromebook doesn't help. No joy.
I've asked him to check his proxy settings, and to have a friend try yet a different google account.

Page Administration & Open Graph

I'm an Admin for this page
http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.westberks.gov.uk%2Findex.aspx%3Farticleid%3D23789
and I've also specified that my App can administer it too. I've Liked this page so I thought I should be able to access the admin screen for the page but I can't seem to. Any ideas on how I access the admin screen for this page in FB, so I can manually publish updates?
Additionally, when I try to update page programmatically I get the message
(OAuthException) (#200) The user hasn't authorized the application to perform this action
but the page has my App listed here
http://graph.facebook.com/10150303466842688
This was definitely a bug rather than a programming or setup issue. The bug has been marked fixed by Facebook as of 1/18/2012 and everything now works as it is supposed to! Bug report:
http://developers.facebook.com/bugs/308356579205492?browse=search_4f0f1475c470b2076799347
Until this recent fix, there was a problem where OpenGraph pages did NOT allow the admins of those pages to retrieve page access tokens for them. Which means they were locked out of posting "as the page" and apparently also locked out of the Admin area for their own pages as well.
I know that this is fixed for me now with this bugfix, and hopefully it will also be fixed for everyone else.
You will need to ask for manage_pages, read_stream and publish_stream. Once your admin accepts those permissions, the app can call me/accounts on the Graph (play here https://developers.facebook.com/tools/explorer). In there will be a list of all the pages they admin. In each listing will be a unique access token. This is called the page access token. Using that token you should be able to read and write to the me/feed for that page.

Resources