我正在使用以下代码访问我的存储空间:
Array
(
[name] => Array
(
[0] => sablonTeszt20150805.docx
[1] => sablonTeszt20150805 másolat.docx
[2] => sablonTeszt20150805 másolat 2.docx
)
[type] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[2] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
)
[tmp_name] => Array
(
[0] => /Applications/MAMP/tmp/php/phpiu1FTX
[1] => /Applications/MAMP/tmp/php/phpHm4xiV
[2] => /Applications/MAMP/tmp/php/phpjKZV72
)
[error] => Array
(
[0] => 0
[1] => 0
[2] => 0
)
[size] => Array
(
[0] => 65647
[1] => 65647
[2] => 65647
)
)
在行var readobj = req.Execute();我的应用程序只是阻止,从来没有给我一个回应。我已经尝试过使用JSON和OAuth。唯一的区别是,在IIS Express中使用OAuth可以正常工作但在IIS Express之外却不行。使用P12或JSON我在IIS或IIS Express中都存在问题。
有什么想法吗?
谢谢你, 穆里罗
答案 0 :(得分:0)
不确定这是否是问题但请尝试
certificate = new X509Certificate2(keyFilePath, "notasecret", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable);