Frontend update of a development powerpoint add-in that is managed through the admin center

Johannes G 1 Reputation point
2022-12-22T12:09:09.26+00:00

Hello,

I have developed a powerpoint add-in and it is managed through the admin center. The add-in is distributed to all members of our organisation.
It is a deployed static website (deployed in Google Cloud Platform (GCP)) that calls an API that is also deployed on GCP.

The Add-In is distributed through the link to the manifest.xml which is stored at GCP. I want to update an API call of my backend that comes from the frontend. I want to send another variable. The issue is that when I adapt my frontend and backend in the cloud the backend changes are (of course) immediately adapted but the changes in my frontend are not updated. So the calls fail. Changes in the static website are not updated automatically. Is there a way to trigger that the add in loads the files from the cloud again?

I already tried to clear the web cache but that did not help.

Thank you for your help!

-Johannes

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,347 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Eugene Astafiev 891 Reputation points
    2022-12-29T14:12:54.43+00:00

    Outlook add-ins can take up to 24 hours to appear on app. See Deploy add-ins in the Microsoft 365 admin center for more information on that.

    Also you may pay attention to the Cache-Control headers that holds directives (instructions) that control caching in browsers. So, you could set up internet headers on the files stored on the server to let browsers know how frequent they should be requested from the server.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.