Questions tagged as 'permisos'

2
answers

Event when user grants permissions to web page

Receive a cordial greeting. I need to detect when a user grants permissions to a web page. In my case the page requests camera and microphone permissions since it is a video chat, and I need to stop when the user granted the permissions. Thanks...
asked by 06.07.2018 / 18:19
1
answer

Problem with AndroidStudio permissions

I try to get my application to request and verify the permissions. int permissionCheck = ContextCompat.checkSelfPermission (this,                 Manifest.permission.ACCESS_FINE_LOCATION); The problem is that Android studio gives me an err...
asked by 08.06.2018 / 00:14
0
answers

Users with groups not receiving permissions

I have created a series of users with different permissions in a Django application. Each user is assigned a group, which contains permissions. With those permits, I plan to give access or not to certain web pages, but for some reason the users...
asked by 28.05.2018 / 11:44
2
answers

Grant multiple permissions for android Marshmallow (Android 6.0)

I go straight to the problem. I want to request multiple permissions on Android 6.0 or higher versions in Android Studio And it happens to me that even though I'm praying for you to ask everyone, just ask for the first one .. code IMPORTS...
asked by 23.04.2018 / 23:18
0
answers

Where I designate the permissions to remove Test Plans in TFS (Team Foundation Server)

Error deleting the work item: 1054. Error details: You do not have sufficient permissions to delete this work item. You must have permissions to remove work items and test artifacts. Team Foundation Server 2017.3 with trial license .....
asked by 04.04.2018 / 18:38
0
answers

Obtain Safari browser permissions

I have encountered a conflict and that is that the page where I work when someone needs to make a purchase in Safari does not allow if you have activated "Prevent tracking between sites" and I need to locate if it is active or not permission to...
asked by 16.03.2018 / 16:27
1
answer

Laravel 5.4 and Centos 7: storage / logs / laravel.log (Permission denied)

I'm using PHP 7.1 on Apache and I just installed a Laravel 5.4 project on Centos 7, and I get the following error: My user is "root", the permissions of my directory are the following: I have executed the following commands:...
asked by 11.12.2017 / 18:28
0
answers

What is the user? How do I solve this? Where can I investigate?

Thanks for your interest. I have a directory on a windows 2008 R2 web server that has permissions for the users: CREATOR OWNER, SYSTEM, Administrators, AD / myself_user, users. I am using a PC that is connected to an AD directory. When I s...
asked by 24.10.2017 / 15:05
1
answer

Error with Meteor project "Error: EPERM: operation not permitted, unlink"

I imported a Meteor project and I wanted to open it from another computer, by running the meteor command on the project route I get the following message Error: EPERM: operation not permitted, unlink 'C:\Users\Emery\work\meteor\score-keep\.m...
asked by 23.07.2017 / 20:08
0
answers

Trying to get property of non-object - Middleware - laravel 5.4

Dear, I have a project in Laravel 5.4 and I have 3 types of users (Administrator, staff and client) With the Administrator I have no problems, but when I assign some methods of some controllers to the personnel middleware and try to access them,...
asked by 22.06.2017 / 22:38