Hi @Leonardo Fernandes
I'm trying to write a binary file in to a shared folder, But I'm Getting " Status object path not found",
Could you plz help me on this.
Hi LOKESH.
What value are you specifying for the FilePath parameter? This should be the path to the file, including the filename, but not including the share name. The folder that will host the file must already exist, and must have write privileges granted to the user you're authenticating as.
For example, to write a file to \\fileserver\documents\folder\file.docx you would use Hostname = "fileserver", Share = "documents" and FilePath = "/folder/file.docx". Note that forward or backward slashes are both valid.
You can also use the action ParseUNC to extract the Hostname, Share and Path from a UNC path.
Hi @Leonardo Fernandes ,
Thanks! Actually, I’m no longer getting that issue. Instead, I'm now seeing a "Could not connect to host" error.
It's better for you to show some screenshots with your parameters ;)
Hi @Diogo Barbosa,
Sorry thats not possible.