Error submitting google assistant app - action

Error Message: Error submitting assistant app
I have an assistant app published and wanted to update the app. That is the reason, why I want to publish a new version of my google action. But I can't understand why I get this error message: Error submitting assistant app. Can anyone help me?
Previously, I never had any issues completing and publishing the app for production.

Related

Not getting any shared Whatsapp business accounts even after successfull embedded signup

I am trying to launch an app as Business Solution Provider(BSP) and currently our app is in development mode.
The system user has 'business_management,whatsapp_business_management' permissions.
Our app has not been reviewed yet as are still trying to develop and test it.
I am trying to integrate embedded login which seems to be working fine and I am getting a token post login which I have validated with debug_token endpoint.
However when I try to get all shared whatsapp business accounts following this https://developers.facebook.com/docs/whatsapp/embedded-signup/manage-accounts#get-shared-waba-id-with-accesstoken I am getting an empty list?
Has it got something to do with app in dev mode?

How to fix Google oauth verification error

When I sent my application to Google oauth team, they said it's a developing or staging application and these are not allowed for oauth login. And the thing is I already published my application a month ago. And also added a download button for it on my website
Here is a pic-
What they mailed me
I am pretty sure the email/reply itself is self-explanatory.
"Google" thinks that your application itself is not complete and is still in development. Please try to contact google support team regarding this. That is all I can say from the amount of information you have given.

Error while submitting my google action assistant app to release

I am trying to submit my google action to alpha release. Its throwing 500 error. No idea what to do. All the mandatory information is filled up.
dialogflow app is created and integrated with google home. A version is created and published in dialogflow. Now while trying to publish in google assistant alpha, its not getting through.

Facebook API page feed didn't send information to my webhook?

I'm admin of my test app, and my test page.
Now I'm doing a function get page's feed realtime by webhook, just only on development mode.
When I click test button on App's Dashboard, It has been sent to my webhook. But when I comment or like ... the post, facebook doesn't send even though I subscribed feed webhook.
With Messages, it has been sent successfully, but Feed doesn't.
I ask facebook support, so they said that:
"Applications will only be able to receive test webhooks sent from the
app dashboard while they are in development. No production data,
including that of app admins, developers, and testers, will be
delivered unless the app is live. In order to receive feed webhooks,
your app needs to be live and has to go through app review for
necessary permissions."
I understand that I can not get data from facebook even though it is under development mode.
So how can I get data returned by facebook to develop, test... apps in development mode.
Thanks so much.
It is not possible to run this service without an app review, since it is not possible to add the 'mange_pages' permission to a (test-)user within a development app. At the same time it is not possible to turn a testapp into live-mode. As the same is true vice versa the only solution is the app review to get information from a specific (test-)page.
For live testing i suggest to create a testuser and subscribe for information about the "user" to test your webhook.
You can check with GET graph.facebook.com/app-id/subscriptions, if your app is successfully subscribed to "page information". Graph API Documentation
As you already mentioned you can also send "page information" test calls to your endpoint.
UPDATE 18th Nov 2018
If you go to Webhook -> pages in your App Dashboard on https://developers.facebook.com you are able to notice, that Webhooks in dev mode do not work.
I've submitted a Bug report to Facebook for this issue, as there is no proper solution.
You can check it at : https://developers.facebook.com/support/bugs/1570460936387604/
I also don't get the fact that you can't test webhooks in dev mode, and you can't do the app review because you can't develop your app and show them for review.
Just a chicken and egg issue.

Django app deployment to azure web sites not working

I have created an azure website and a django app with visual studio 2012.
I have downloaded the publish credentials from the azure website and tried to publish my django app from visual studio. The problem is that I always get the following message:
The page cannot be displayed because an internal server error has occurred.
Unfortunately, I don't get further information (even though I have debug=TRUE in my settings
.
I've tried also deploying from git, but I get exactly the same error.
Any hint on this is kinldly welcome.