Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [permissions]

Permissions define the operations that authenticated users are allowed to perform on file systems, databases and other computer systems.

0 votes
0 answers
8 views

React Native 0.74.3 crashes when the app starts on Android 14 with Display over App enabled

package.json { "name": "Picky_Assist", "version": "0.0.1", "private": true, "scripts": { "android": "react-native ...
Anu Robinson's user avatar
-2 votes
1 answer
36 views

How do I run a Python file on my Mac that reads and writes txt files to my external hardrive? [closed]

I currently have a folder full of epubs that I would like to read, a folder of epubs I've already read and would like to read again, and a corresponding file with the names of the epub files in each. ...
HarlequinTRT's user avatar
0 votes
0 answers
13 views

Unable to Export Server Certificate with Powershell

When attempting to set up an automated process to update the Octopus Deploy Certificate library with new certificates from our Servers. We are running in the following error message when trying to ...
Michael Huskey's user avatar
0 votes
0 answers
14 views

Chrome Extensions only working for certain websites

so I am making a chrome extension that displays a box overlayed on the tabs displaying the current spotify song you are playing. I have gotten everything to work except for the fact that when I click ...
Saaketh Sodanapalli's user avatar
0 votes
1 answer
16 views

NetSuite Permission For CSV Import of Bins

I need to setup a User Role with permission to import Bins, but I can't seem to find the right combination of permissions. This is a "Power User" role, so most things are set to Full ...
splemp's user avatar
  • 87
0 votes
0 answers
17 views

Send file to server Android 13+ kotlin [duplicate]

I'm trying to get a list of all the files on the device, then select one and send it to the server, but I'm getting an error after selecting a file override fun onResultSelectDocument() { isFile = ...
Степан Захаров's user avatar
0 votes
1 answer
40 views

Azure SQL analysts can create views from forbidden cross database data

TLDR Problem User can view forbidden data by creating a view to the forbidden data in his own personal schema where he has CONTROL permissions. Introduction I have a Azure SQL (Managed Instance) ...
Kirill.lv's user avatar
0 votes
0 answers
19 views

permission for appear on top suddenly stopped after updating target SDK android 14

After updating android 14, we facing a critical issue regarding to this update. we build a screen lock app which need a full permission to access for foreground and background, but, after updating our ...
IT Study with hasan's user avatar
0 votes
0 answers
23 views

(Flutter)How can I prompt requesting default message app for android?

I'm developing android application using flutter. I want to get 'default message applicaion permission' for my app. I tried many ways but I encountered below notifications 2024-07-23 15:22:04.278 ...
YeonSoo Jung's user avatar
-1 votes
0 answers
28 views

google sheets permissions settings changed

I used to run my spreadsheets script with no problem. first run setup - allowed permissions, as I used URLFetchApp. one day, "the app is blocked" came up and I was advised to connect to GCP ...
Tom Cohen's user avatar
1 vote
0 answers
82 views

Images Not Displaying in PHP Application - Path and Permissions Issue

I'm working on a PHP web application and having trouble displaying images in my admin dashboard. The images are stored in the directory /var/www/html/online_shop/public/photo_product, but they are not ...
Misbagas's user avatar
0 votes
0 answers
9 views

MySQL Password Not Working using Homebrew [duplicate]

I've been using homebrew to start and stop MySQL, but, it randomly stopped working, and keeps giving the acess Denied for User 'root'@'localhost' (using password: YES). I'm 100% sure the password is ...
Carlos Brewer's user avatar
0 votes
1 answer
26 views

Android app not asking for permission, automatically denies it

I am trying to upgrade an old app, designed for Android 5, and I am a bit lost. The application needs storage permission to read a JSON file from a location selected by user and write images (...
daydr3am3r's user avatar
0 votes
0 answers
43 views

How to setup NonceLoader in Google PAL SDK for iOS?

In my app that uses Google PAL SDK for iOS I need to get NonceManager using NonceLoader. This is how I create NonceLoader: let settings = Settings() settings.allowStorage = true let nonceLoader = ...
Roman Podymov's user avatar
0 votes
1 answer
42 views

how to know if I can contribute to a branch with Azure rest Api?

with Azure Devops REST API, I would like to know if I have the permission to contribute to a specific branch, I found the request to know if I have a permission but it only work on a repos, but not on ...
Titouan Ferdoel's user avatar

15 30 50 per page
1
2 3 4 5
1189