Office addin published failed because incomplete content "Authorizations" in "WebapplicationInfo" - manifest

A week ago(7.9) we was publishing our office addin, and we uploaded our addin successfully. Today(7.16) we want to upload the same addin but get the follow error:enter image description here
If we added the "Authorizations" node at the Visual Studio, VS won't take that element and it would display error message to state that it is an invalid child element. Please see screen shot
So it looks like that there is no "Authorizations" attribute in the "WebapplicationInfo" referencing this link https://dev.office.com/reference/add-ins/manifest/webapplicationinfo. and we are uploading the same add-in. Does anyone know more details to help us out?

Related

preview of stackblitz static html project ends in ENOENT error

I try to share a static html template project I made. But the Problem is that I end up with this error:
{"syscall":"","errno":2,"code":"ENOENT","path":"/var"}
The problem occurs when I open the preview link to the project. But if the html project is still open in the stackblitz editor in the background, it works. The problem also appears when you open a static html project from scratch and then want to open the preview with your cell phone, for example.
To narrow down the problem:
I am logged into stackblitz with my Github account. So I should be able to share my projects. The ENOENT error only appears with static html projects. It seems to me that it could also be a general problem, since the error also appears on newly created projects without any change.

Sharepoint online (Office 365) : CEWP

While trying to provide Content Link for CEWP to a html file/text file, I am getting error "Cannot retrieve the URL specified in the Content Link property. For more assistance, contact your site administrator." On clicking the "Test Link" button, the page opens in a new page. I have tried the following, but not resolved.
I have tried on moving the file to shared documents.
I have changed the extension .html to .txt
Confirmed that, logged in user has permission
Kindly share suggestions or way to resolve this issue. Thanks!
May be you are using relative path. Specify absolute path to file. Sometimes it is only way to resolve similar issues.
Do you have any whitespaces in url? If yes then replace it with %20. May be it is your case.
Is file located in same site collection? If no then locate it in current site collection.

Link to and display an image on an Access 2013 App view

I am using Access 2013 with our enterprise Office 365 Sharepoint site to create a simple Access App. I'm unsure of all the terminology--the main point is that this is an Access App as opposed to a desktop application. I am wondering if there is a way to display an image on a list view, where the image source is a data field. Here's what I can do so far and where I get stuck:
I can add a picture control. I can set the picture to a permanent URL that displays just fine in the view. However, this is a permanent setting for the view of any record.
I can add a URL field to the table. It's easy to pick the URL in datasheet view, and on list view, it's difficult to change the URL, but clicking on it will pop up the image (or whatever link) in a new tab or window.
I can create a Web Browser Control. I can have this control source be the URL frame. When I look at this view using an IE browser, I get something that looks like an iFrame. However, no matter what URL I try, the content will not load.
More clarification here: Depending on whether I try Flickr or an image hosted on my own OneDrive, I get different errors. One of the errors I get (tyring to use my own OneDrive with publicly shared image) is: "To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."
More information: If I link to a publicly shared image from Google Drive, then the Web Browser Control does in fact show the image. This is not ideal, and I'd rather be able to dynamically change the link for the Picture Control, as opposed to embedding web content.
This is where I am stuck on two avenues. (A) The Web Browser Control will not show any content (maybe this is a security setting of my institution's Sharepoint 2013?). And (B) I cannot figure out how to dynamically change the URL for the picture control. Option B may be possible with a macro, but macros in Access Apps are different than desktop version and much more limited in capability. And I'm not good at either set of macros. Thanks for any ideas!

Add Google Analytics Tracking Code to website created using Microsoft Word 2010

How do I add the Google Analytics tracking code to a website created through Microsoft Word 2010? I'll be tweaking the site through Word, so I want a solution that works through Word (not editing the HTML output through another program).
I know you're going to tell me that Microsoft Word is a bad choice as an HTML editor, but my collaborator insisted on it, so please don't respond if you can't help.
Get your code snipped (you have to create an account first),
register your site, add the code snipped to you code - you are ready to go.
But really...you couldĀ“ve pasted the code into word afterwards...and this is not directly a question for SO...you could have googled it...
https://www.google.de/analytics/

Chromium Browser Branding

I've been struggling all day trying to build Chromium and understand how branding works, but no luck with the later one.
The question is: how can I change the application name, logo and default search engine in the source files of Chromium ?
Got it:
On Chromium dev by James Atkinson
How to change Chromium app name and logo?
"What is the right place to change Chromium application name, program
title, .exe file name, and logo image. I guess there is place in
source code for windows, where it could be changed centralized for
whole project?"
There isn't a centralized place to change all at once. I'll advise you to go through .grd files search for .ico file an look at resources folder under chrome/browser/ it will give you a good start.
There are actually more places needs to be changed and I didn't found any doc describing the process.
There are some branding constants which are in the source itself, Like the folder name under app data which is embedded inside the code itself.