Open LukasMarsch opened 4 years ago
When I want to add a file with Keywords as a Property they don't appear.
Steps to reproduce:
Create a Test file and copy as path
Get the proper column names in Library settings from the column URL ...Field = TaxKeywords, ...Field=Description, ...Field=RevisionComments
Connect to SPO Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/share"
Set up a content variable for example $content = @{ TaxKeywords = "Keyword" Description = "Description" RevisionComments = "Comment" }
Upload the File Add-PnPFile -Path "C:\Test\Test.txt" -Folder "/Groot/Upload" -values $content
Keywords show up as a Property in the Sharepoint Folder
Keyword doesn't upload
Runner Version and Platform SharePointPNPPowerShell 3.26.2010.0 PowerShell 5.1.18362.1110 OS Windows 10
Is anybody actively trying to solve this problem other than me or can i tell the customer that uploading keyword-metadata simply not possible atm?
Description
When I want to add a file with Keywords as a Property they don't appear.
Steps to reproduce:
Create a Test file and copy as path
Get the proper column names in Library settings from the column URL ...Field = TaxKeywords, ...Field=Description, ...Field=RevisionComments
Connect to SPO Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/share"
Set up a content variable for example $content = @{ TaxKeywords = "Keyword" Description = "Description" RevisionComments = "Comment" }
Upload the File Add-PnPFile -Path "C:\Test\Test.txt" -Folder "/Groot/Upload" -values $content
Expected behavior
Keywords show up as a Property in the Sharepoint Folder
Actual Behaviour
Keyword doesn't upload
Runner Version and Platform SharePointPNPPowerShell 3.26.2010.0 PowerShell 5.1.18362.1110 OS Windows 10