I used sample provided by microsoft at link and pushed this code to my already created bot in MS Teams to test. Whenever, I try to click on any card button, I get a blank screen and only the button "Adaptive Card" seems to work, where as the ZIP provided in the github link works fine when published on teams.
[]
I have tried changing manifest settings but nothing helps.
Related
Running Windows 10 & MS Teams
I am looking for a hack that will allow me to open a web site with the selected text concatenated to the end of the URL.
I work on a team and I get messages in MS Teams all the time asking me about ticket 23423. I would like to add a context menu in MS Teams that would allow me to select the ticket #, right click, select 'Open Ticket' & launch a preset URL.
So in the example above, the URL launched would be http://TicketSystem.domain.com?ID=23423 in the default browser.
Note - I do not have access to any of the admin features of MS Teams.
It's possible to build an app for Teams that would let you do this, as a Message Extension - see here for more: https://learn.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions?tabs=dotnet
I'm presuming, as you're asking this on Stack Overflow, that you have, or have access to, development skill to build something like this though.
When I try and delete my Google Action I am told I must delete its DialogFlow agent first. However, this agent has already been deleted (I deleted all DialogFlow projects, in US, EU2, AS and AU).
I have tried deleting my DialogFlow account, but this did not help.
I have contacted Actions on Google Developer support twice. On the first occasion they suggested I contact the support page. On the second occasion I asked if they could manually delete my action, they said that only the creator of the action could do so.
I would appreciate your advice on the matter.
Best, Andy.
DialogFlow Support advised I follow these steps:
To shutdown your project:
Open the Settings page (found under IAM & admin) in the Google Cloud Console.
Open the Settings page
Click Select a project.
Select a project you want to delete, and click Open.
Click Shut down.
Enter the Project ID, then click Shut down.
This did not work. They then advised I delete project 'liens' via instructions here, which involved opening a Google Cloud Shell for the project, typing in
gcloud alpha resource-manager liens list
which gave you the lien's name (e.g. p1061081023732-l3d8032b3-ea2c-4683-ad48-5ca23ddd00e7) and then entering
gcloud alpha resource-manager liens delete [LIEN_NAME]
After doing this, I successfully deleted the pesky Google Action. Hurray!
I downloaded Instagram yesterday so I could sign up and then created a new client which is currently in Sandbox mode. I have created a website which searches for certain hashtags across Twitter and Instagram and the only thing which holds me back from going live is that the Instagram client is still in sandbox mode.
The "Go Live" button is disabled and I have no idea what I need to do to get it enabled. The documentation doesn't say anything. It mentions somewhere that there is a review process, but I don't even see an option to submit my application for a review. How does that even work anyway, because my application is not a phone app. I have made a website which is mobile friendly but it doesn't even require a user login.
Any more information and clarification is much appreciated!
You have get your app reviewed by Instagram first.
Click Edit for your client, Click on the Permissions tab and submit for review. Once approved, u will be able to click Go Live
Since 17th of November, Instagram made his API more protected for spam/fraud/copycat apps.
You can read more about it here: https://www.instagram.com/about/legal/terms/api/
I put my application from last 12 days in Instagram Developer Console but not getting any reply from them so I found a new way to submit the app using below steps and It's work for me.
Old Process:-
I think there is some update related to the Instagram App review, please check below steps & screenshot you will get the idea of how to submit Instagram app from Sandbox to Live mode in the new updates.
Steps:-
1) https://developers.facebook.com/ Click on this link and enter into the facebook developer console.
2) Now click on My App or Create the new app if there is not any created.
3) Click on Product(+) which is in the left side panel (More clarification see the attached screenshot)
4) Select the Instagram and click on Add button
5) Now you will be able to see one more menu in panel namely "Instagram" (More clarification see the attached screenshot)
6) Click on that and you will be able to see the list of permission in right side view
7) Select your respective permission which you require and submit the app for review.
[Note:- You need to give your .apk and .zip file accordingly android & iOS. You also need to submit screencast of your flow and especially to show the part which indicates why you need this permission]
This is the way for live mode after Instagram Platform Updated on June, 2016.
1) Manage Clients -> MANAGE -> Sandbox(Tab) -> Add user name to Sandbox User and Save.
2) Open the Permissions Tab and click Start a submission button to put your client into live mode.
1) Manage Clients -> MANAGE -> Sandbox(Tab) -> Add user name to Sandbox User and Save.
2) Open the Permissions Tab and click Start a submission button to put your client into live mode.
After this process take how much time for live the instagarm
We are on Office 365, and use sharepoint online with Yammer for social. Several months back we started getting the error mentioned above when the Yammer app for Sharepoint would load.
I have viewed the information in KB2966312 at https://support.microsoft.com/kb/2966312?wa=wsignin1.0
However, neither of the remedies mentioned in this article appear.
For example: In 1.A.3 it says:
Locate the Yammer App for SharePoint, and then click update.
I have no option to update there, so I proceed to 1.B where it has the following instructions:
If you don’t see the update link on the Yammer App for SharePoint,
follow these steps: Click the ellipsis (…) next to the Yammer App for
SharePoint. Click About to update the app. After the update process is
complete, click the ellipsis (…) next to the Yammer App for SharePoint
to make sure that the version is greater than 1.0.0.6.
On the about page, I see version 1.0.0.7, but I am still getting the errors.
I have attempted to remove the Yammer app, then re-adding it after many weeks, but nothing I do will get this app to update.
I would appreciate any guidance.
I am building an add-on for Microsoft Excel. I would like to see a notification popping up displaying name of the company whenever the add-on is added to MS Excel.
I tried using xlcAlert, But it demands user interaction (The user needs to click "OK").
I would like to use some banner, which comes for a second or two and then banishes away.
Please guide for the same.
How about a form which loads when the add-in does, and then unloads after a set interval?