Skip to main content

Questions tagged [access-denied]

Error message/exception when access to a certain resource or system is denied due to insufficient privileges. If asking a question about solving this error, please include other relevant tags such as the platform or system the error is being encountered on.

0 votes
0 answers
14 views

Scraping Only First Page Using Proxy Server: Subsequent Pages Fail to Load

I'm working on a web scraping project using Python and Playwright to collect data from a website. When accessing the website without a proxy server, my IP gets blocked. To prevent this, I use a proxy ...
Shahana farvin's user avatar
1 vote
1 answer
65 views

Microsoft Excel VBA Save As CSV Subroutine - File Cannot Be Accessed Error

For an end user on my team the following subroutine fails to save a CSV file with an error message that states "'OUTLOOK MERGE DATA.CSV' cannot be accessed. The file may be corrupted, located on ...
Paul S's user avatar
  • 11
0 votes
0 answers
34 views

Microsoft Graph API - access denied when trying to fetch permissions for a calendar with delegated permissions

I'm trying to fetch the permissions for a Microsoft 365 group calendar using delegated permissions in Microsoft Graph API. I've granted all the required API permissions, but I'm still get an access ...
CodeSeeker's user avatar
0 votes
0 answers
53 views

Issue with CreateToolhelp32Snapshot and OpenProcess interaction in Windows 11

I'm encountering a peculiar issue with my C++ application on Windows 11 involving the functions CreateToolhelp32Snapshot and OpenProcess. Here's a brief overview of the problem: When my code calls ...
Davi Alves's user avatar
0 votes
1 answer
65 views

PowerShell The WinRM client cannot process the request

hello so my code is the following: $securePassword = $password |ConvertTo-SecureString -AsPlainText -Force $cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $...
Anne Marie's user avatar
0 votes
0 answers
30 views

Powershell Add-DhcpServerInDC Access Denied When Using it with Invoke-Command

I'm trying to automate the process of setting up a multi-network DHCP. 172.16.0.13 is the network the Adatum domain is on. 172.16.18.21 is the network the relay agent is on. Both of these have the ...
Crazy Boy's user avatar
0 votes
0 answers
26 views

AWS CloudFront Temporary Error 403 AccessDenied to S3

I am hosting a react app on AWS using AWS CloudFront and AWS S3. Specifically, the S3 contains the built react app code. The bucket itself doesn't use S3 Static website hosting: instead, the files of ...
Alexxino's user avatar
  • 830
0 votes
0 answers
13 views

when i install vscode in window 10 it keep asking me and prompting

I tried to run it as root or administrator from power shell but it does not work. I also tried to disable the control access in Windows Defender but it does not work for me. For more I installed this ...
Mintesnot Afework's user avatar
-1 votes
1 answer
73 views

C# code, SendKeys.Send gets "Access denied..." error occasionally [duplicate]

I have a C# code, in which I need to run a very old vendor binary to ASCII conversion program, here is relevant part of my code: C# code with SendKeys.Send "Access denied..." These codes are ...
gdu000's user avatar
  • 1
0 votes
0 answers
26 views

path = 'pubspec.lock' (OS Error: Access is denied. , errno = 5)

how i get access from this pubsec.lock deny to run my project because when ever i open vs code then pubsec.lock file is automaticllay opend there and when i go my lib folder and open main dart and run ...
Dildar Bhutto's user avatar
1 vote
0 answers
50 views

Access to S3 in root and child account through roles

We have a root AWS account and a child account for another application called prod. I want to give IAM users Full S3 Access to all the buckets in both the root account and the prod account. In order ...
ShwetaJ's user avatar
  • 509
0 votes
1 answer
38 views

Can't connect to my MySQL host server on my local machine [duplicate]

Lately, I have tried to connect to my MySQL server on the local machine through letting it host my computer IP address. Several things that I have done: I use ipconfig to check my computer's IP4 ...
Minh Trit D's user avatar
0 votes
0 answers
79 views

PermissionError: Access is denied undetected_chromedriver when using user_multi_procs = True

I get this error when is use the option user_multi_procs in undetected_chromedriver. The full error message Exception in thread Thread-1 (check_link): Traceback (most recent call last): File "C:...
Jef Geebelen's user avatar
0 votes
1 answer
29 views

Access Denied HasRole not calling getAuthorities()

I am trying to restrict path to only ADMINs. Come with it so far, but this is giving me <403 Forbidden> Error: This application has no explicit mapping for /error, so you are seeing this as a ...
Nurmukhamedali Begildayev's user avatar
0 votes
1 answer
609 views

Error: VS800075 when downloading artifact from another project

I'm doing training where I use two projects where, project A will have the artifacts that will be used and, in project B, I will build using a deployment group. During the execution of the release ...
silvathiago25's user avatar

15 30 50 per page
1
2 3 4 5
71