Flutter app crashes when user manually changing location perimssion from allow to deny. Is this a normal behavior ?, i've tried to change manually the permissio
I have an Android app on the play store that publishes data to a simple .txt file and lets you share using any other app of your choice. It used to write direct
I have .bat file which I want to run by task scheduler. Bat file has something like: "C:\Python3\python.exe" "%PATH_to_script.py" And when I try to run this fr
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/pe
I have a react-native app that uses expo. The location permissions work on android, but not on iOS. On a real iPhone (iOS version 14.4.2), it does nothing. On a
I am trying to use Expo-image-picker with a react-native application. Here is my code: const openCamera = async () => { const permissionResult = await Im
I've created an app and configured its permission as in this document: https://docs.microsoft.com/en-us/graph/migrate-azure-ad-graph-configure-permissions Now,
I have 2 github account X (professional one) and Y (personal one). On my personal computed, I used both account, with Visual Code. But now, when I try to push
The problem I have has been discussed in several questions on this site: When I call mediaDevices.enumerateDevices(), the field deviceId is empty. The best ques
I've prepared a PHP browser interface (like a modem interface) for an embedded system, that is supposed to help manage the core application (uploading a new bin
I have using image_picker: ^0.8.4+11 for open a gallery. I need to ask a permission for open a gallery. In iOS it ask a permission to open a gallery but Android
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
i'm using strawberry to great success. however, there is one scenario that i would like to achieve: @strawberry.mutation( permission_classes=[ IsAuthenticated,
Can't find this anywhere online but when trying to delete semaphore arrays and shared memory using ipcrm -m id. I get this error permission denied for id (<i
I created a storage bucket with publicly accessible files. I want to ensure that viewers can view individual objects if they access them directly, but I do not
In c++, the DeleteFile() function shouldn't allow standard users to delete files under C:\Program Files, but someone running the program was able to do this! H
I have a React Native application and I'm seeking to add functionality that checks if there is an active internet connection when the app first starts up, and c
I want to download issues from Jabref, an open-source citation tool. I looked up how to do this, and it looks like the way everyone does it is through curl lik
I'm having issues trying to access auth/admin/realms/{realm-name}/users API. I've already tried everything from other questions and answers, but nothing seems t
For getting the IMEI i using from this code: TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); if (ActivityCo