permissions Questions
2
I've been working on maintenance on this GitHub repo that has been left undeveloped for almost a year. When rerunning the GitHub Actions job that finished to completion last May, there are now issu...
Carpophagous asked 15/2, 2023 at 17:39
4
Starting iOS 13 onwards Apple allows us to always remember the Allow camera permission flag in iOS Safari. (Referring this answer).
Also iOS Twitter PWA has this feature too.
But is there anyway to...
Purtenance asked 25/2, 2021 at 5:48
6
I am trying to call a python program with subprocess, but I get a permission error. I tried running PyCharm as an admin, but it doesn't help.
My code:
answer = subprocess.check_output("../folder ...
Conquer asked 16/1, 2020 at 20:15
7
I'm trying to get storage permission from the user. Below is the sample (copy-paste) code. But I'm getting error when I'm trying to request the permission.
D/permissions_handler(12775): No permissi...
Malawi asked 18/2, 2022 at 20:53
2
I started targeting Android 13 with API 33. The app is requesting Manifest.permission.READ_EXTERNAL_STORAGE for the older APIs. Now I know that I have to request the new permissions: READ_MEDIA_IMA...
Pallor asked 15/12, 2022 at 13:41
3
I am using the latest version of Cordova (6.3.1) and I want the following permission to appear in the AndroidManifest.xml :
<uses-permission android:name="android.permission.CAMERA" />
Add...
Personal asked 25/8, 2016 at 14:44
4
Solved
I'm trying to run this command in SQL Server:
disable trigger all on MYDB
This is failing for me. The account I'm logged into has access to MYDB and I've pretty much giving it every single permi...
Acciaccatura asked 24/8, 2011 at 14:0
6
When installing the app I programmed, it requires the permission "to use the microphone". I don't however specifically ask for it in the manifest, what I have is the camera permission.
Is that whe...
Tran asked 18/7, 2014 at 5:31
3
Solved
I have GO application and tried to deploy it to the google app engine with google command line sdk from a local machine with a custom service account.
I create a custom service account with roles:
...
Isotonic asked 5/11, 2021 at 5:48
13
Solved
When trying to access the Graph Service Client using I am receiving the error:
Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.
After researching this...
Adoptive asked 2/6, 2017 at 7:49
2
Solved
I'm working the linkedin API.
After following the documentation, I 'm getting the access Token.
Then, I'm trying to get the logged in user data, but I have this error :
Not enough permissio...
Sales asked 1/2, 2019 at 16:49
7
Solved
I created an index.js, index.html and package.json file and I wanted to add express. When I write 'npm install express' in the terminal, I'm getting the error below. So far, I tried 'sudo npm insta...
Nervous asked 1/2, 2020 at 19:3
5
Solved
I'm trying to run a Jupyter notebook on Ubuntu 21.10. I've installed python, jupyter notebook, and all the various prerequisites. I added export PATH=$PATH:~/.local/bin to my bashrc so that the com...
Anthropometry asked 18/1, 2022 at 10:10
7
Trying to mount an EFS file system. The only thing I changed was removing the default SG created with the EFS group and replacing it with a custom SG that my EC2 instances are already in.
AWS prov...
Harmonic asked 7/5, 2020 at 2:17
7
Solved
I'm facing an annoying problem. It's been pretty frustrating. I am using a computer at my school to work on the Coursera Startup class. I am trying to connect to an Amazon EC2 instance. I downloade...
Clobber asked 22/6, 2013 at 21:11
6
Solved
My App wants to send Notifications, but the new Permission added in Android 33 defaults to be denied, and somehow Android does not automatically prompt the user when trying to create a Notification...
Incendiary asked 3/10, 2022 at 20:49
2
My Java & Spring Boot application integration tests use testContainers and I'm using Podman on my Windows machine.
When trying to run the integration tests, I'm getting this permission error:
F...
Dieterich asked 3/1, 2023 at 7:59
3
Solved
I recently started using azure services. I created an email communication service to handle the mail communications from the application. As per documentation, I should use email connection string...
Proven asked 10/11, 2023 at 13:59
5
Solved
The person who was previously using my PC at work set up a private MSMQ that I need to access. They have since left the bank but the permissions remain and I can't access the queue or give myself e...
Antilogy asked 5/1, 2011 at 12:2
4
Solved
We have some old ADO/VSTS projects that we want to archive and make read only. Each project has work items, builds, git repos, etc...
at the moment the only methods I have found are painful.
Remov...
Inhambane asked 17/1, 2020 at 11:44
3
Solved
REACTNATIVE : Currently using Linking.openSettings() to open my application settings page.
Now, I want to open the app permission screen directly, which is inside the App settings to enable permiss...
Somme asked 10/11, 2020 at 13:7
14
After installing macOS 10.15 Catalina I am getting the following error for simple file and directory operations in Python 3.x: "PermissionError: [Errno 1] Operation not permitted"
Several operatio...
Strangulation asked 21/10, 2019 at 4:9
3
Solved
I faced the following error (iOS 11):
This app has crashed because it attempted to access privacy-sensitive
data without a usage description. The app's Info.plist must contain
an NSPhotoLibrar...
Citronellal asked 11/10, 2017 at 6:36
2
Solved
I'm developing a Google Chrome extension, and have been working on one for a while. So it's been installed for a while, and I updated the manifest file to include the "storage" permission and reloa...
Gamone asked 10/9, 2012 at 16:58
9
Solved
Certificate is already installed on machine. Now I want to give read permission on PrivateKey of Certificate to application user.
Angeles asked 14/10, 2016 at 15:31
1 Next >
© 2022 - 2024 — McMap. All rights reserved.