17,748 questions
2
votes
0
answers
95
views
Stack for Haskell unable to remove files?
I am a beginner Haskell programmer on Windows 11. I am writing a Snakes & Ladders program, and am attempting to set up a Stack environment to work in.
I have been following this guide, as well as ...
-3
votes
0
answers
99
views
Instagram Graph API: (#3) Application does not have the capability to make this API call on /conversations [closed]
Title:
Instagram Graph API: (#3) Application does not have the capability to make this API call on /conversations
Body:
I’m trying to use the Instagram Messaging API via the Graph API, but I’m ...
1
vote
1
answer
83
views
Jira Cloud API: {"errorMessages":["You do not have permission to create issues in this project."]} even though I am Space Administrator
I am using Jira Cloud and trying to create issues via a .NET backend API. I am an Administrator in the Space.
My API token has all the necessary write scopes, including write:issue:jira, write:project:...
Best practices
1
vote
3
replies
107
views
How to safely scope queries by user permissions?
I have a multi-tenant Laravel app using a shared database with tenant scoping. Each organization can define base permissions for its members.
Example: if resource.view is enabled, all members can view ...
1
vote
1
answer
71
views
Mesibo SDK adds READ_MEDIA_IMAGES / READ_MEDIA_VIDEO causing Google Play rejection
I’m using the Mesibo SDK for video and voice calls in my Android app.
My own AndroidManifest.xml does not include any media permissions.I only use:
<uses-permission android:name="android....
-1
votes
0
answers
99
views
Xcode 26.1.1 React Native build fails: “Could not delete ios/build” & “Operation not permitted”
I’m building a React Native 0.72.10 iOS app and hitting build errors.
Environment:
macOS: Apple M4, Sequoia 15.7.2
Xcode: 26.1.1
React Native: 0.72.10
Errors:
Could not delete /Users/.../ios/build ...
Advice
0
votes
0
replies
13
views
Docker Swarm file transfer on shared Windows/Linux PCs
I have a Docker Swarm setup where a worker node needs to copy files to the master node. The worker is running on Windows via WSL, and the master is an Ubuntu server. Both nodes are connected through a ...
Advice
0
votes
3
replies
65
views
Location and Camera permission is not working in my app for ios device
In my office management app we mark attendance through clicking a selfie and we also capture the current latitude and longitude. For android this activity is working is fine but in my ios the ...
0
votes
1
answer
108
views
ServiceNow REST API: 403 “Forbidden” when accessing sys_script table using custom role (works with admin)
I’m trying to access the sys_script table through the ServiceNow Table API using a custom role, but I always get:
HTTP 403 Forbidden
Field(s) present in the query do not have permission to be read
The ...
0
votes
1
answer
87
views
WordPress + Rootless Docker File/Directory Permission Issue
I’m running a WordPress site (https://example.com) behind Traefik on a VPS using rootless Docker (Docker daemon socket is /run/user/1000/docker.sock).
Everything works fine except updating plugins ...
0
votes
0
answers
118
views
error: Package is incompatible with 'all' frameworks in project when package does not already exist in C:\<USER>\.nuget\packages
I have a powershell script calling dotnet add
Script:
dotnet add `"$projectFilePath`" package "$packageName" --source "$dorsetIcsSourceName" --version "$...
-2
votes
1
answer
90
views
CMake configure_file() permissions issue when run by multiple users
When trying to rebuild a CMake project as a different Linux user, it generates Operation not permitted despite having read and write access through group permissions. The only way to solve it is to ...
0
votes
0
answers
65
views
PostgreSQL Docker Container Permission Issues with NFS Mount and Domain User
Problem Summary
I'm experiencing permission issues when deploying a PostgreSQL 9.6 container in Docker Swarm that uses an NFS-mounted volume for data storage. The container fails to start with the ...
2
votes
2
answers
67
views
Django Rest Framework ListAPIView user permissions - Cant seem to get them working
I have a Django project with DjangoRestFramework. I have a simple view, Facility, which is a ListAPIView. Permissions were generated for add, change, delete and view.
I have create a new user, and ...
0
votes
0
answers
152
views
Is there an official way to open the iPhone WiFi settings page programmatically on iOS 26?
After the update to iOS 26, we are not able to open the iPhone's WiFi settings page programmatically. We had been using the URL App-Prefs:root=WIFI, but now this URL just opens the app's own settings ...
1
vote
0
answers
43
views
Android 14+: How to monitor permissions on runtime?
I am searching for broadcast receivers which will be fired when one of those permissions has changed:
Battery optimization
Coarse & Fine Location
Post Notifications
Read Phone State
Background ...
0
votes
0
answers
109
views
My app is unable to save recorded video on Android 14
Full project link: https://github.com/rdtmaster/camcam
Context: I am developing an app that allows the user to choose camera (front/rear), pick a figure (the shape of a circle or rectangle), then open ...
0
votes
0
answers
52
views
How to retrieve all permission details including resources, policies, and scopes from Keycloak?
I'm working with Keycloak and trying to fetch all permission details for a client, including the associated resources, policies, and scopes.
So far, the only API I found is the following:
const ...
0
votes
1
answer
71
views
How to restore the default permissions of a user object in Active Directory?
In Active Directory Users and Computers, when navigating to Security > Advanced I am presented with the option Restore defaults. This restores the default permissions for the user object as it is ...
0
votes
0
answers
62
views
Why does WITH SECURITY_ENFORCED throw "Insufficient permissions" when querying EmailTemplate in Salesforce?
I’m trying to query the EmailTemplate object in Salesforce with WITH SECURITY_ENFORCED to respect CRUD/FLS, but I get an error even though the user has access to Email Templates.
List<EmailTemplate&...
0
votes
0
answers
77
views
SSRS stored procedure dataset - "No Permission" error despite granting execute to user
I'm working with SQL Server Reporting Services (SSRS) and have run into a permission issue when using a stored procedure as the dataset source.
Here's what I've done so far:
Created a stored ...
1
vote
0
answers
55
views
Can't a custom netlink protocol be bound by the application process via the bind method?
I'm attempting to receive kernel messages in a userspace program via a custom Netlink protocol. For example, obtain the plug-in and pull-out status of the DP interface and the information of the ...
0
votes
1
answer
44
views
Is there a way to change bazel vendored deps permissions automatically
I have noticed some vendored files (from bazel vendor //...) are created with permissions that make git management difficult. Is there a way in bazel to automatically change the permissions to ...
0
votes
0
answers
138
views
Issues with showing pop up for location permission in iOS
In my Flutter project, I am using a lib permission_handler for permissions.
I am facing issues with showing popup dialogue while requesting permission for location. My code is as follows:
Future<...
0
votes
0
answers
53
views
Identifying accessible data on AWS S3
I have to analyze data on AWS that I have been granted access to by someone else.
The problem I am facing is that the data that I am granted access to can change dynamically, i.e. data may be added or ...
0
votes
0
answers
57
views
React Native: Bluetooth permission request not working on HUAWEI VOG-L29 - requestPermissions shows no dialog, openSettings() does nothing
React Native: Bluetooth permission request not working on HUAWEI VOG-L29 - requestPermissions shows no dialog, openSettings() does nothing
Problem Description
I have a React Native app that requires ...
1
vote
2
answers
110
views
Laravel Spatie Role/Permission - Integrity constraint violation: 1048 Column 'team_id' cannot be null ---> insert into model_has_roles
I am using Laravel V:12 and Spatie Role/Permission V:6. for multiple roles (super_admin, sub_admin, user, sub_user). I created one seeder for creating an admin user and its role/permission.
At the ...
0
votes
1
answer
2k
views
Google Play: App rejected for READ_MEDIA_IMAGES / READ_MEDIA_VIDEO usage but not declared in code or manifest [duplicate]
Photo and Video Permissions Policy: Use of permissions is not directly related to the core purpose of your app.
Status
Update refused
Previous version still available
Refused on July 15, 2025
We ...
-1
votes
1
answer
160
views
Permission denied error even though programm should have access
I am writing a controller daemon in C++ for home automation which finally will run on an raspberry pi with Raspberry Pi OS. It is started with root permissions as after start it should read an SSL ...
0
votes
0
answers
72
views
WebRTC mic permission fails in Android WebView when loading index.html from assets folder (not external URL)
I'm currently learning how to build an Android WebView app that includes features like chat and WebRTC audio calls. All my files (HTML, JS, CSS) are loaded locally from the assets/ folder inside the ...
0
votes
1
answer
68
views
Permission control on snowflake imported database
I have one imported database in snowflake, which contains multiple tables. How can I grant one user access to one subset of tables, grant another user to another set of tables? It seems that I can’t ...
0
votes
1
answer
66
views
Redirection of temporary file using lineinfile ansible
I would like to do this simple task using ansible :
- name: Write on some file
lineinfile:
path: /etc/test
line: "some random line"
The problem is that Ansible tries to create a ...
0
votes
0
answers
103
views
I cannot manage the policy "Restrict allowed policy members in IAM allow policies."
I am an organization administrator, but I cannot manage the policy "Restrict allowed policy members in IAM allow policies." I don't know the reason. My current plan is the Basic support plan,...
0
votes
0
answers
40
views
Get read permission for URI on android from playlist file without filepicker
My goal is to read a playlist (m3u) file and query/read the metadata for each file. However I'm kinda stuck on the permission part.
Just to be clear I do not want to open a filepicker for every single ...
1
vote
2
answers
344
views
Azure Blob Storage - RBAC access not giving List permission
I am trying to access a Azure Blob Storage account to read .PDF files using RBAC to secure the system. Using the code below I am able to read single files if I know the exact name they have in the ...
0
votes
0
answers
42
views
Laratrust 8.5 isAbleTo() method causing Call to a member function setRelation() on null error after upgrading from Laravel 8 to Laravel 10
I recently upgraded my Laravel project from Laravel 8 to Laravel 10 and Laratrust 7 to Laratrust 8.5. After the upgrade, I encountered an issue when using the isAbleTo() method from Laratrust. The ...
1
vote
1
answer
185
views
AWS Step Functions AccessDeniedException
I am facing a persistent AccessDeniedException when trying to execute nested AWS Step Functions in my test environment. The same setup works perfectly in my Integration environment.
child-state-...
0
votes
0
answers
89
views
SOQL subqueries child object with additional parents, but user can't recognize that relationship
We're using the IndividualApplication object, a custom object Application Detail that looks up to Application, as well as another custom object called Contact_Contact_Relationship. We have a dynamic ...
0
votes
1
answer
138
views
The folder “iCloud Drive” can’t be opened
This is copied from Reddit, but I have a feeling this is a more suitable place to ask.
................
I started copying a very large folder to iCloud using Carbon Copy Cloner on my M4 Mac Mini and ...
0
votes
1
answer
214
views
Can't remove 'iOS app setting/ permission list/ Wireless Data permission'
To create an app will not do any internet request(kind of local app), but iOS setting permission list always show Wireless Data
For me, it doesn't make sense, that an app have no internet request, ...
0
votes
1
answer
83
views
Assigning Permissions to execute report extension in AL Business Central
i want to create a new Report for a Business Central OnPrem solution with the runtime 14.0.
Therefore i created a pageextension like this:
pageextension 50100 CustomerListExt extends "Customer ...
0
votes
1
answer
113
views
PHP copy() function failed to overwrite file even executed as root in Alma linux
I have a PHP script that copies a file from one location to another. The script looks like this:
$success = copy('/tmp/source_test.txt', '/tmp/target_test.txt');
if (!$success) {
echo "Copy ...
0
votes
0
answers
56
views
Automated setting of file permission to Full control on windows using a script
Background
I have a dotnet aspire app that is giving me this error message:
Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
could not remove process's standard error file {"Executable&...
0
votes
1
answer
128
views
Google Cloud Document AI cannot access Firebase Storage bucket - permission error
I'm trying to import documents from Firebase Storage into Google Cloud Document AI but I'm getting a persistent permission error even after adding the Storage Admin role to the Document AI service ...
1
vote
1
answer
25
views
AssignPolicyToResources Webhook in Autodesk Forge Only Fires on First Permission Change
I have subscribed to all folder-level events (dm.folder.*) via the Autodesk Forge Webhooks API so that I receive notifications whenever a folder is renamed or its permissions change. Renames work ...
0
votes
2
answers
77
views
App Script Permissions problem when creating menu ui
I have some forms with a dropdown, these dropdowns are update when a button on my google sheet is clicked which calls setMechanicsDropdown().
That all works fine. and has been since I coded it:
var ...
1
vote
1
answer
111
views
Understanding Youtube Permissions for Android Applications
Imagine I am creating a Android app that use Youtube API to upload user data. Since I don't wish to be the unique user of this application, all other users, should upload all videos made within this ...
0
votes
0
answers
101
views
Fatal Exception: SecurityException - Permission Denial on Intent Starting in XOS (Android Dolphin v7.6.0) on Infinix/TECNO Device
I’m encountering a SecurityException in my Android app when trying to start an Intent with the action android.intent.action.VIEW to open a URL (e.g., https://wa.me/...). This crash only happens on XOS-...
0
votes
0
answers
65
views
Android Outlook/Gmail not allowing Storage permissions
I have created an app that sends an email with an xlsx attachments stored in the phones internal storage - until recently this all worked smoothly. However now on a few of my devices it fails to ...
0
votes
1
answer
194
views
Google Calendar Permissions for a Apps Script Accessing a Public Calendar
I'm trying to write a Google Apps Script that checks if certain days are holidays by accessing public holiday Google calendars.
I assumed this would only require the https://www.googleapis.com/auth/...