Drive picker in Google App Maker stopped working - google-app-maker

I am using Drive Picker widget in my app maker application. It was working fine before but suddenly it has stopped working/ working intermittently.
On clicking the drive picker widget a blank screen opens up and I see below error in the browser console.
Failed to execute 'postMessage' on 'DOMWindow': The target origin
provided ('https://docs.google.com') does not match the recipient
window's origin
('https://n-yx2zaueilofy7fq447wkpjrsjaoo5ymoirri23i-0lu-script.googleusercontent.com').
To confirm that it is not specific to my application I tried the same in Drive Picker Sample application from appmaker samples and got the same error.
Any ideas?

Related

LinkedIn App - Unable to Verify due to error in verification step

I have been trying for a couple of days to verify an app on LinkedIn Developer portal, but getting an error each time I try. Is anyone else running into this? I've tried multiple apps and multiple computers.
Here are the steps:
Go to https://developer.linkedin.com/
Click on MyApps
Click Create App
Specify AppName, LinkedIn Page, Privacy Policy, Upload a Logo, Agree to terms. Click Create App
Request Access to Product: Sign In with Linked In
Go back to settings tab
Click Verify Button
Click Generate Url Button
Copy Url
Paste Url into browser window
Click Verify Button
Error pops up on bottom left of screen
I tried a few days later, and it worked. Must have been a prod issue on LinkedIn's servers

Flutter & Firebase Dynamic Links

I would like to use Firebase Dynamic Links to open the email verification message in the app by tapping the link sent by email.
In the Dynamic Link created, the package name of the app is given so that the app can start when the link is tapped.
My question is : do I need my app to be in the PlayStore so that the app can be recognized and opened, or can I test the dynamic link app opening even if my app hasn't been published.
You can test dynamic links without having the app published in the stores. It just has to be installed on the device of course.

Firebase Dynamic link not working correctly on device running iOS13.3, but working correctly on simulator (iOS13.2) and an iPhone running iOS12

I have created a dynamic link that opens when clicked, but is behaving differently on various devices and the simulator.
The link is behaving correctly on the simulator (running iOS13.2), and a device (iPhone7 running iOS12). The link is correctly redirecting the user back to the app, but on my iPhone X (iOS13.3.1) the link is redirecting me the App Store listing.
We have updated Pods 'Firebase' and 'FirebaseDynamicLinks' to their most current versions.

application name and apps script version

how to change the application name created by appmaker.
I have got a dialog in published first page (image below).
but I want to change "Hello App Maker! (copy)"..
and where is apps script project connected appmaker?
I have not found in apps script dashboard.
You'll need to open the GCP Project. If you are doing a preview, then you'll have to click the link that says Server Logs, which is usually located on the bottom left:
If you want to do it on a deployed version, then you'll need to open the edit section of the deployment and click on VIEW LOGS:
Once you are taken to the GCP project, click the menu icon on the top right and select Project settings:
Finally, change the project name and click **SAVE*:*

App Data on Xamarin Forms Android

I have a Xamarin.Forms Android app where an image source is set via a URL which changes from time to time.
When the URL is changed, the old image is still shown.
When I go to Clear App Data for my app in system settings, the new image appears.
Is there anyway way to stop the image being preserved in App data?
I'm not doing any explicit caching in my code unless there is some caching built in.

Resources