Questions tagged as 'permisos'

1
answer

The camera stops on some devices

I have created an app that opens camera and gallery, the detail is that it works on some devices, on another the app definitely stops. private void openCamera() { File file = new File(Environment.getExternalStorageDirectory(), MEDIA_DIRECT...
asked by 23.01.2018 / 04:34
1
answer

Add permission to a .log in the program folder

You can add permissions to a specific file from c #, I mean, I have a desktop application developed with c #, the app works correctly for me, but when the inslog and the .log are left in the program folder (which is in c: / program files / miapp...
asked by 19.09.2017 / 15:46
2
answers

Ask permission the first time I try to make the call (Android 6+)

When I click on the ImageButton for the first time to perform the function of making the call, it does not do anything, I have to go to settings / applications / ... and manually activate the call permission. How could I ask permission for the f...
asked by 20.12.2016 / 02:00
1
answer

Load of CSV Centos 7 PHP problems

Hi, I have a CSV file that contains this configuration: if (isset($_POST['submit'])) { $allowed = array('csv'); $filename = $_FILES['file']['name']; $ext = pathinfo($filename, PATHINFO_EXTENSION); if (!in_array($ext, $allowed)) { $message...
asked by 21.07.2017 / 12:49
1
answer

Commands to give total permissions to a folder

Good morning. I need that please put the commands to me so that a folder that by default does not allow to create nor to eliminate anything in its interior, allows it. I have Ubuntu Mate, and I am practicing with PHP in my localhost, but when...
asked by 19.10.2017 / 01:00
1
answer

correct permissions of wordpress site

Due to a problem on the site, I changed the permissions of all folders and files on my site recursively, according to this tutorial . As I have a shared hosting using suexec, I put 775 to all the folders, and 644 to all the files (except wp-con...
asked by 10.11.2016 / 05:04
0
answers

upload android photo

I have developed an activity to upload a photo from the camera or from the gallery, in addition to saving it in the device, in case of capturing it, I show it in an ImageView. The problem I have is that when I try to upload the photo from the ga...
asked by 04.01.2019 / 20:27
1
answer

Problems with a procedure that grants permissions in a BD in MySQL

I am doing a procedure stored in MySQL that allows me to give certain permissions to the user that receives in the parameters, however, it does not assign them to the user that sent it by parameters when calling it, but, it creates a user with t...
asked by 18.09.2018 / 21:58
0
answers

How to display the permission groups of an item within a Sharepoint Online list with JavaScript

I have a list of Sharepoint Online, the items broke the inheritance and I need to show them with their respective permission group in a table on a blank Sharepoint page. In the following code I show the group of permissions that the list has...
asked by 20.07.2018 / 19:56
0
answers

Change NTFS permission by UNC using PowerShell

I am trying to modify an NTFS permission to a folder located on a server. I only have access to the server through UNC and I have permissions to administer NTFS security. I'm trying the following code: $Pathv6 = '\MyHostname\folder' $acl =...
asked by 06.07.2018 / 09:16