Cannot submit for production in Google Actions - actions-on-google

I created a trivia app in Google Actions following this link. I followed all the steps but when trying to submit for production (officially launch the Action to all the Google Assistant users) I get the following error:
I double checked all the constrains they suggest in the tutorial (like using photos of a specific size, having proper Privacy Policy and Terms of Service , checking that the app name is not taken etc).
One thing to mention: this is not a network issue, as I tried from multiple PCs and networks.
Is there a log file where I can look and pinpoint the issue? Or somebody else encountered this issue?

As suggested I've reached out Google support team (https://developers.google.com/actions/support/) . They answered really fast.
The fix was simple: make another copy of the spreadsheet used and try again.

Related

Integrating Dialogflow with an already existing project on actions on Google

First of all, thanks for taking the time to read through our issue.
So, we have a Dialogflow project connected to an already existing google project. When we try to test our skills on google by the Integrations tab, it displays an error 'Precondition check failed' without any more information, even though it still updates and uses our Dialogflow intents as it should.
The problem comes when we update anything on the actions console or try to make an alpha deploy of our skill. The moment we change anything, it comes back to the default configuration with the message 'Start building your action by defining the main invocation.' on the main invocation.
We have no clue how to handle this problem or if we have to configure something special on either of the systems to make it work. Any ideas are welcome.
If you want to integrate the Google Assistant with Dialoflow, I strongly recommend you check the new development Google Assistant's platform with a built-in conversation builder, here. Furthermore, there is a quick start guide and conversational actions guide.
As I mentioned in the first comment, you need to have appropriate permissions to create an interaction within Dialogflow, you can check the pre-defined roles here. In addition, since you are starting with Dialogflow, I would advise you to start with the available quick-starts and the setup tutorial, which explains how to begin using Dialogflow.

VSTS permissions to allow all users to view images added to bugs/tasks

Good afternoon,
I'm having some issues with VSTS and i am unable to find a single reference to anyone else experiencing this issue.
We use Microsoft's Test and Feedback browser extension for our support team and developers to add useful screen shots or walk through videos of bugs and tasks into VSTS.
This is affecting everyone except me (i'm administrator) which leads me to think this may be a permission issue that i am not finding the settings for. But certain images added to tasks or bugs are broken for my developers - as if they do not have permissions to view them. And as i said they display fine for me.
UPDATE:
I believe this is directly related to Test and Feedback images that have the following URL: xxxxxxx.visualstudio.com/DefaultCollection//TestManagement/v1.0/…?..... When user clicks the broken image they get:
"You do not have the appropriate permissions to read to the project."
This makes no sense because they are able to read other tasks and image in the same project, including other tasks with images generated by Test and Feedback. It does not appear to be happening with directly uploaded images.
Additionally i have some users who are unable to use the # tagging in comments in VSTS, whihc i suspect is also a permisisons issue.
What permissions do i need to give (if any) to allow users to view images added to bugs and tasks via Test and Feedback or allow users to tag other people in comments?
Thanks
There has no additional permissions to view images in work items (such as bugs or tasks).
If the images are not display when you open a work item, please check the browser you are using. Options you can have a try as below:
Use another web browser to check if the images can be displayed.
Clear browser cache and cookies etc, then open a work item again.

Cannot find custom application

This is going to sound like a really dumb question, but we had a developer who created a Facebook web application for us.
He has left the company and is not being very co operative. We have the log in details of the account he used to created the app, but when we log in and try to view the app, it does not appear in our list of custom apps.
In the graph explorer, when trying to debug the key and URL, the app does appear in the drop down though, but we need to change some other custom settings.
Can anyone direct me in which direction I need to go to look for this?
Thanks
Finally. got him to let us log in and that is where it was. All that time wasted for nothing.

Rest Console for Chrome won't let me input any info

I installed the Rest Console extension onto Chrome. I can't use this Rest Console for anything, because the only fields that accept text are 'Request URL' and 'Request Method'.
I ask here as there is no resources or community accessible for even simple instructions on how this extension works, and there are likely members of this community who have used this extension.
Use the Postman - REST Client it works perfectly!
your_url_to_post: Fill the URL
your_json_param: The name of the param that you'll pass you json
your_json_data: The json content
Don't forget to select x-www-form-urlencoded if you'll do a post
http://i.stack.imgur.com/TISW1.png
You should be able to enter text in the other field if you tick the checkbox associated to the field first.
I started having a similar issue myself (Forms wouldnt let me input data I could click them but thats as far as it went) across a lot of web pages to include my own php game and I know the form code hasnt changed at all before this issue started. I came across a article of someone else having a similar issue themselves that I was having and someone said that they needed position: relative on their forms that are not given specific instructions on positioning when dealing with google chrome. I have since made this change myself at www.immoralattack.com and the issue has stopped on that site but still continues on many others so its pretty safe to say that is the issue.
Its only happening on the dev build of chrome for me atleast and I hope this isnt something they plan on implementing on live or this will mess up alot of websites.
Also try turning off auto fill from chrome if its on, while I was looking for this bug I found alot of similar bugs but they delt with auto fill being on.

creating an address textfield like in apple's sms-app

I'm writing an app, where I the user has to be able to select multiple adresses. I wanted to solve this in the same way, apple does when you send an SMS to someone.
You can enter text and it gets surrounded by a blue bubble for each adress selected.
I've already found facebook's tree20-kit, but I can't get it to work because of some linker error I cannot solve.
Is there any other kit out there, that's capable of doing this, or do you have any suggestions on how to create such a textField?
Yours,
Bujtor
Interesting. I don't know of any other open source solutions for this, and I think writing from scratch would be much more time consuming than trying to resolve the linker error. I would recommend spending a few hours and do the following:
Create a new empty application.
Download Three20 and follow the detailed instructions on GitHub for linking the framework.
You should be able to get this to link as many others, including myself, have been able to use this framework.
Sorry this isn't a straight forward answer to your question. I hope it was helpful just the same. Andrew.