{"id":29711,"date":"2021-03-04T11:52:19","date_gmt":"2021-03-04T17:52:19","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=29711"},"modified":"2021-03-15T06:04:35","modified_gmt":"2021-03-15T11:04:35","slug":"how-to-easily-debug-windows-network-share-access-issues","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/","title":{"rendered":"How to Easily Debug Windows Network Share Access Issues"},"content":{"rendered":"<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-29867\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/03\/undraw_programming_2svr.png\" alt=\"Debug \" width=\"1281\" height=\"714\"><\/p>\n<p>\u00a0<\/p>\n<p>When trying to access existing remote network shares from a Windows machine, you may see some errors that prevent you from accessing the share. This blog is about some of those errors and how to fix them.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_63 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#Problem_1_User_account_has_insufficient_permissions\" title=\"Problem 1: User account has insufficient permissions\">Problem 1: User account has insufficient permissions<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#Problem_2_The_computer_does_not_have_a_domain_trust_relationship\" title=\"Problem 2: The computer does not have a domain trust relationship\">Problem 2: The computer does not have a domain trust relationship<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#Problem_3_Share_protected_by_an_authentication_firewall\" title=\"Problem 3: Share protected by an authentication firewall\">Problem 3: Share protected by an authentication firewall<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#Problem_4_Path_too_long\" title=\"Problem 4: Path too long\">Problem 4: Path too long<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Problem_1_User_account_has_insufficient_permissions\"><\/span><u>Problem 1: User<\/u><u> <\/u><u>account<\/u><u> has insufficient permissions<\/u><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>This is the most obvious issue but is often overlooked.<\/p>\n<p>If you log into Windows and are unable to access a remote network share, then make sure your account has sufficient access permissions for the share.<\/p>\n<p>If a Windows service such as Apache web server is unable to access the network share, then make sure that the Windows service is run using an account that has sufficient permissions to access the share. When the service is run by a user account without proper access permissions, the service will not be able to read the share.<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>To fix problems with share access for a service, follow these steps:<\/p>\n<ol>\n<li>Open the services window and double-click on the service that is facing the issue (for example, Apache Web Service). On the resulting properties dialog, switch to the Logon tab and enter the username and password of an account that has sufficient access to the network share.<\/li>\n<li>Restart the service.<\/li>\n<li>Now the service should be able to access the network shares.<\/li>\n<\/ol>\n<h3><span class=\"ez-toc-section\" id=\"Problem_2_The_computer_does_not_have_a_domain_trust_relationship\"><\/span><u>Problem 2: The computer does not have a domain trust relationship<\/u><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><strong><u>Solution<\/u><\/strong><\/p>\n<p>By default, domains are unable to communicate with other domains. For the communication to be established, a trust relationship between these domains should be configured.<\/p>\n<p>After a trust relationship is defined between Domain A and Domain B, users of Domain B can log on to their own domain through a workstation in Domain A. Here Domain B is the trusted domain and Domain A is the trusting domain.<\/p>\n<p>There are different types of trust relationships. Explaining all of them is out of the scope of this document. But some information is provided below:<\/p>\n<table style=\"height: 1076px;\" width=\"896\">\n<tbody>\n<tr>\n<td width=\"74\">Trust Type<\/td>\n<td width=\"85\">Transitive<\/td>\n<td width=\"70\">Non-Transitive<\/td>\n<td width=\"72\">Direction<\/td>\n<td width=\"108\">Authentication<br \/>\nMechanism<\/td>\n<td width=\"129\">Notes<\/td>\n<\/tr>\n<tr>\n<td width=\"74\">Parent-Child<\/td>\n<td width=\"85\">Yes<\/td>\n<td width=\"70\">No<\/td>\n<td width=\"72\">Two-way<\/td>\n<td width=\"108\">Kerberos V5<br \/>\nor NTLM<\/td>\n<td width=\"129\">Created automatically when a child domain is added.<\/td>\n<\/tr>\n<tr>\n<td width=\"74\">Tree-Root<\/td>\n<td width=\"85\">Yes<\/td>\n<td width=\"70\">No<\/td>\n<td width=\"72\">Two-way<\/td>\n<td width=\"108\">Kerberos V5<br \/>\nor NTLM<\/td>\n<td width=\"129\">Created automatically when a new Tree is added to a forest.<\/td>\n<\/tr>\n<tr>\n<td width=\"74\">Shortcut<\/td>\n<td width=\"85\">Yes<\/td>\n<td width=\"70\">No<\/td>\n<td width=\"72\">One-way<br \/>\nor<br \/>\nTwo-way<\/td>\n<td width=\"108\">Kerberos V5<br \/>\nor NTLM<\/td>\n<td width=\"129\">Created Manually.<br \/>\nUsed to improve logon times between two domains<\/td>\n<\/tr>\n<tr>\n<td width=\"74\">Forest<\/td>\n<td width=\"85\">Yes<\/td>\n<td width=\"70\">No<\/td>\n<td width=\"72\">One-way<br \/>\nor<br \/>\nTwo-way<\/td>\n<td width=\"108\">Kerberos V5<br \/>\nor NTLM<\/td>\n<td width=\"129\">The trust allows all domains in one forest to trust all domains in another forest. Used to share resources between forests<\/td>\n<\/tr>\n<tr>\n<td width=\"74\">External<\/td>\n<td width=\"85\">No<\/td>\n<td width=\"70\">Yes<\/td>\n<td width=\"72\">One-way<\/td>\n<td width=\"108\">NTLM Only<\/td>\n<td width=\"129\">Created Manually between domains in two separate Forests<\/td>\n<\/tr>\n<tr>\n<td width=\"74\">Realm<\/td>\n<td width=\"85\">Yes<\/td>\n<td width=\"70\">Yes<\/td>\n<td width=\"72\">One-way<br \/>\nor<br \/>\nTwo-way<\/td>\n<td width=\"108\">Kerberos V5 Only<\/td>\n<td width=\"129\">Created Manually.<br \/>\nUsed to access resources between a non-Windows Kerberos V5 realm and an AD DS domain.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u00a0<\/p>\n<p>Used to access resources between a non-Windows Kerberos V5 realm and an AD DS domain.<\/p>\n<p>Steps to Create External Trusts<\/p>\n<ol>\n<li>Open Active Directory Domains and Trusts.<\/li>\n<li>Click Start, click Administrative Tools, and then click Active Directory Domains and Trusts.<\/li>\n<li>Right-click the domain node for the domain that you want to establish a trust with, and then click Properties.<\/li>\n<li>On the Trusts tab, click the New Trust, and then click Next.<\/li>\n<li>On the Trust Name page, type the Domain Name System (DNS) name (or NetBIOS name) of the domain, and then click Next.<\/li>\n<li>On the Trust Type page, click External trust, and then click Next.<\/li>\n<li>On the Direction of Trust page, do one of the following:<\/li>\n<\/ol>\n<ul>\n<li>To create a two-way, external trust, click Two-way. Otherwise, click one-way which create an incoming trust<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Problem_3_Share_protected_by_an_authentication_firewall\"><\/span><u>Problem 3: Share protected by an authentication firewall<\/u><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Even when the trust relationship is established successfully, access to network shares might fail. This could be due to authentication firewall rules preventing access for the user account.<\/p>\n<p>To confirm what the actual error is:<\/p>\n<ol>\n<li>Log in to the server from which you want to access the shares.<\/li>\n<li>Open a CMD prompt.<\/li>\n<li>If you need to check for a different user, then right-click the CMD option and select Run as a different user. Give the credentials of the Apache logon user<\/li>\n<li>Then try to list the content of that network path location<\/li>\n<\/ol>\n<p>eg : DIR \\\\test.local\\Filecloud<\/p>\n<p>If the listing is successful, then the user account should have access permissions to the path. But if an error like the following appears below it, although the group or the user has been granted rights to access the share Then the share is in another domain and the trust was set up with \u2018selective authentication.\u2019<\/p>\n<p><strong>\u201cThe computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate the computer. \u201c<\/strong><\/p>\n<p><strong><u>Solution:<\/u><\/strong><\/p>\n<p>Navigate to the domain which has the share:<\/p>\n<ol>\n<li>Open the domain controller and open the folder Active Directory Users and Computers.<\/li>\n<li>Go to View &gt; Advanced Features &gt; Computers and select the computer that needs to be authenticated.<\/li>\n<li>Click the Security tab, then add the user or group that requires access. &gt;<\/li>\n<li>Tick the Allowed to authenticate box, and click Apply<\/li>\n<\/ol>\n<p>This will fix the issue, and you will be able to access the shares and list.<\/p>\n<div id=\"attachment_29717\" style=\"width: 1337px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-29717\" decoding=\"async\" loading=\"lazy\" class=\"wp-image-29717 size-full\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/03\/share-protected-by-authentication-firewall.png\" alt=\"Share Protected By Authentication Firewall\" width=\"1327\" height=\"849\"><\/p>\n<p id=\"caption-attachment-29717\" class=\"wp-caption-text\">Share Protected By Authentication Firewall<\/p>\n<\/div>\n<h3><span class=\"ez-toc-section\" id=\"Problem_4_Path_too_long\"><\/span><u>Problem 4: Path too long<\/u><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>By default, Windows has a limit of 255 characters for the path. Trying to access files\/folders from a Windows share longer than this limit might result in access issues.<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>One option to fix this issue is to restructure the folder on the Windows share such that the path length does not exceed 255 characters.<\/p>\n<p>Another option is to enable long path support for Windows (this support only is available on Windows 10 and server versions).<\/p>\n<p>Steps<\/p>\n<ol>\n<li>Type regedit in the Search tab in windows. This will open the registry window.<\/li>\n<li>Navigate to the below location.<\/li>\n<\/ol>\n<p>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\FileSystem<\/p>\n<ol start=\"3\">\n<li>On the right window, find the value LongPathsEnabled. Double-click it. Change the value from 0 to 1, and click OK.<\/li>\n<li>If you don\u2019t see the value listed, create it by right-clicking the FileSystem key, and choosing New &gt; DWORD (32-bit) Value. Give it the name LongPathsEnabled and set value 1<\/li>\n<\/ol>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"wp-image-29714 size-full\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/03\/path-too-long.png\" alt=\"Path Too Long\" width=\"1283\" height=\"683\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 When trying to access existing remote network shares from a Windows machine, you may see some errors that prevent you from accessing the share. This blog is about some of those errors and how to fix them. Problem 1: User account has insufficient permissions This is the most obvious issue but is often overlooked. [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18],"tags":[1601,1595,1598,1420],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Easily Debug Windows Network Share Access Issues - FileCloud blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Easily Debug Windows Network Share Access Issues\" \/>\n<meta property=\"og:description\" content=\"\u00a0 When trying to access existing remote network shares from a Windows machine, you may see some errors that prevent you from accessing the share. This blog is about some of those errors and how to fix them. Problem 1: User account has insufficient permissions This is the most obvious issue but is often overlooked. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-04T17:52:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-15T11:04:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/03\/undraw_programming_2svr.png\" \/>\n<meta name=\"author\" content=\"abhishek bakshi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"abhishek bakshi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\"},\"author\":{\"name\":\"abhishek bakshi\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/9392d3446158de398fd5b3e8e8965d84\"},\"headline\":\"How to Easily Debug Windows Network Share Access Issues\",\"datePublished\":\"2021-03-04T17:52:19+00:00\",\"dateModified\":\"2021-03-15T11:04:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\"},\"wordCount\":1017,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"Authentication\",\"Domain\",\"Path\",\"permissions\"],\"articleSection\":[\"Admin Tools and Tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\",\"name\":\"How to Easily Debug Windows Network Share Access Issues - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2021-03-04T17:52:19+00:00\",\"dateModified\":\"2021-03-15T11:04:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Easily Debug Windows Network Share Access Issues\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/9392d3446158de398fd5b3e8e8965d84\",\"name\":\"abhishek bakshi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/366e39358bda27fb9a648e3626f104ed?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/366e39358bda27fb9a648e3626f104ed?s=96&d=mm&r=g\",\"caption\":\"abhishek bakshi\"},\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/abhishek\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Easily Debug Windows Network Share Access Issues - FileCloud blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/","og_locale":"en_US","og_type":"article","og_title":"How to Easily Debug Windows Network Share Access Issues","og_description":"\u00a0 When trying to access existing remote network shares from a Windows machine, you may see some errors that prevent you from accessing the share. This blog is about some of those errors and how to fix them. Problem 1: User account has insufficient permissions This is the most obvious issue but is often overlooked. [&hellip;]","og_url":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2021-03-04T17:52:19+00:00","article_modified_time":"2021-03-15T11:04:35+00:00","og_image":[{"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/03\/undraw_programming_2svr.png"}],"author":"abhishek bakshi","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"abhishek bakshi","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/"},"author":{"name":"abhishek bakshi","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/9392d3446158de398fd5b3e8e8965d84"},"headline":"How to Easily Debug Windows Network Share Access Issues","datePublished":"2021-03-04T17:52:19+00:00","dateModified":"2021-03-15T11:04:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/"},"wordCount":1017,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["Authentication","Domain","Path","permissions"],"articleSection":["Admin Tools and Tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/","url":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/","name":"How to Easily Debug Windows Network Share Access Issues - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2021-03-04T17:52:19+00:00","dateModified":"2021-03-15T11:04:35+00:00","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/how-to-easily-debug-windows-network-share-access-issues\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Easily Debug Windows Network Share Access Issues"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/9392d3446158de398fd5b3e8e8965d84","name":"abhishek bakshi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/366e39358bda27fb9a648e3626f104ed?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/366e39358bda27fb9a648e3626f104ed?s=96&d=mm&r=g","caption":"abhishek bakshi"},"url":"https:\/\/www.filecloud.com\/blog\/author\/abhishek\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/29711"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=29711"}],"version-history":[{"count":11,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/29711\/revisions"}],"predecessor-version":[{"id":29879,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/29711\/revisions\/29879"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=29711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=29711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=29711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}