sharepoint - User gets a 403 error (user has Full Control permission) -


We have a news system that relies on the publishing feature. It is basically out of box news with some small changes. The page has a page content area.

First, the page content area:

When you click Add a toolbar inside the content area. If you want to add an image to the content that you click on the highlighted button (which is what the user is trying):

Once you Clicking on the image button a dialog appears when a user clicks on the Browse button and receives 403 error .

As I said in the subject that the user has full control permissions

I have dug into the IIS log and found that it throws the page 403: / _ layout / AssetPortalBrowser. Aspx

When users click on the Browse button, they should browse this document library: / information / news / publishing images

< P>> If you notice in a dialog (3 image) the browse path is empty if the user is pasted in the path of the image library, then there is no error.

Does anyone have any idea about how to go around this 403 error? This happens with only one user and only recently started.

I am thinking that the AssetPortalBrowser.aspx Aobject model is trying to call and the list of files Get the data to fill if this is the case and if the page does not find the correct value for the file library to obtain the picture, then the page will attempt to use the default value for the list of items. If that user is not allowed in the default location, then 403 will probably give results.

These are all speculations, but Fidler does not show AssetPortalBrowser.aspx for any other page property request.

My little typing typing /_layouts/AssetPortalBrowser.aspx was the default by default for a document library in my browser window. There was no relation on the site before opening the site in that library, so it can store default URL anywhere and it can be quite a different place.

The best bet is to change any recent changes (i.e. deficiency) for that user's permission.


Comments