问题标签 [permission-denied]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - android 模拟器 - 任何可访问的存储空间?
我正进入(状态
尝试后
其中 mFullPath 是 /sdcard/image6456.jpg、/mnt/sdcard/image3579.jpg、file:///sdcard/image34567.jpg 等。没有任何效果。已经有一个
AndroidManifest.xml 中的行
我检查了路径 /mnt/sdcard 确实存在。还有通话
给出空值。我不应该怀疑...
我错过了什么?
谢谢
com - 非管理员可以在 Windows 7 中使用卷影复制服务吗
我正在尝试在 Windows 7 上使用卷影复制服务,并查看了 MS vshadow 代码和 AlphaVSS。这些似乎提供了足够的细节来做我需要的事情,但除非在管理模式下,否则我无法进行任何工作 - 如果在正常用户模式下,在 CoInitialize 和 CoInitializeSecurity 之后的第一个真正的 COM 调用中,我得到“0x80070005 - 访问被拒绝”,即使用户是 Backup Operators 的成员。
应用程序事件日志中的条目表明这是一个 COM 问题:-
CLSID 为 {0b5a2c52-3eb9-470a-96e2-6c6d4570e40f} 且名称为 VssSnapshotMgmt 的 COM 服务器无法启动。[0x80070005,访问被拒绝。]
但我找不到任何像 VssSnapshotMgmt 这样的服务器,所以我不知道如何更改用户对它的访问权限。我也相信这是可以做到的,因为备份可以在我的机器上运行而无需提升权限。
该应用程序适用于愚蠢的客户(在任何意义上),所以如果可能的话,我反对使用管理模式。
有关如何连接到此服务的任何线索?
android - 缺少什么权限?
我正在使用这个进行短信备份
它会抛出一个异常,就像permission denied
我不知道我会给予什么许可一样。有人告诉我吗?提前致谢。
php - PHP fopen() Error: failed to open stream: Permission denied
I learning how to write a WordPress plugin. I need some help writing some data to an XML file. I'm on my local machine, a Mac running MAMP. I have PHP 5.2.13. In my plugin, I've got:
Running the above gives me the following error:
Warning: fopen(markers.xml) [function.fopen]: failed to open stream: Permission denied in /Users/my_name/Sites/my_site/wp-content/plugins/my_plugin_folder/my_plugin_main_file.php on line 73
Warning: fwrite(): supplied argument is not a valid stream resource in /Users/my_name/Sites/my_site/wp-content/plugins/my_plugin_folder/my_plugin_main_file.php on line 75
Warning: fclose(): supplied argument is not a valid stream resource in /Users/my_name/Sites/my_site/wp-content/plugins/my_plugin_folder/my_plugin_main_file.php on line 76
I tried using the absolute path in the $file_handle line: http://my_site/wp-content/plugins/my_plugin_folder/markers.xml. But, that didn't work.
I also tried changing the permissions on markers.xml as follows:
(Me): Read & Write (unknown): Read only everyone: Read & Write
For some reason, my Mac wouldn't let me change (unknown) to Read & Write. I'm not sure if that makes a difference. I right-clicked on the file and selected 'Get Info' in order to change the permissions.
In phpInfo(), I've got:
"Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, data, http, ftp"
Is a WordPress setting causing the problem? or is it just PHP issue?
Any suggestions on how to solve this problem?
Thank you.
android - 尽管向清单文件添加了 Internet 权限,为什么我仍然收到 SocketException PermissionDenied 异常?
我想如下调用一个肥皂网络服务。我向清单文件添加了互联网权限,但我仍然收到异常(SocketException:权限被拒绝)。
c# - 文件权限(写)
你好,
一旦我得到这个代码没有任何错误,它就下载了文件。
现在它给了我一个权限错误,
我没有弹出该窗口应该显示的访问控制。
无论如何,
我怎样才能得到这个代码来下载我的文件?
oracle - 在 UNIX 中编辑文件的权限被拒绝
我有一个由oracle
具有权限的用户创建的文件,rw-r--r--
并且父文件夹具有rwxrwsr-x
权限。现在,批处理用户需要编辑此文件。但是,如您所见,该文件只能由所有者(即 Oracle 用户)编辑。
我尝试使用chmod
命令更改文件的权限,但批处理用户没有执行此命令的权限。
这个问题有什么解决办法吗?
我们可以在 UNIX 中进行一些配置,以便允许批量用户编辑用户创建的文件oracle
。
编辑:更正了父文件夹权限。之前我提到它为rwxrw-r-x
visual-studio-2010 - Visual Studio C++ RegOpenKeyEx() 注册表访问被拒绝错误 Windows 7 64 位
我在 Visual Studio 2010 下的调试器中的 Windows 7 64 位上运行 C++ 程序(在 32 位 Win XP 上运行良好),我无法使用以下代码打开现有注册表项:
返回的错误代码为:5,系统消息为“访问被拒绝”。
如果我以管理员身份运行 Visual Studio 2010,这确实有效,但我宁愿不必这样做。有人可以提供建议吗?
更新:我忘了提,我在这里做的是从 Windows XP 移植遗留代码。因此,我没有选择更改此软件编写方式的基本结构的选项。由于遗留代码使用注册表,因此移植的代码也必须这样做。
此外,我宁愿不对我的特定计算机进行更改——因为这意味着我必须更改每台我想在其上运行它的计算机。这可能会变得混乱,因为有很多机器受到影响。例如,我不想为整台机器关闭 UAC。
进一步更新:我还没有找到我满意的解决方案。出于调试目的,已决定忽略错误代码 5,这似乎目前运行良好。我试图了解 Word、Firefox 等标准应用程序是如何使用注册表进行各种设置的,但既没有提升也没有授予它们特殊权限来更改注册表?
permission-denied - 在 IIS 中禁止访问
我在 IIS 7.5 中托管了一个网站。直到昨天都运行良好。但是今天突然无法访问它的任何页面并且出现以下错误。
禁止访问!您无权访问请求的对象。它要么是读保护的,要么是服务器不可读的。如果您认为这是服务器错误,请联系网站管理员。错误 403
谷歌搜索了很多,但找不到任何解决方案。任何评论将不胜感激。
提前致谢。
javascript - Permission denied to access property 'href'
I try to reload parent web page from iframe. Here is my code:
But it doesn´t work. Firebug says: Permission denied to access property 'href'
I´m on same domain so what´s the problem? I try to do it in Wordpress theme.