You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Chris,
I'm using spgo to connect to my company's internal SharePoint online site.
I tried the extension out a few months ago on a different site and it worked fine.
I have tried everything from every response you've given and I simply cannot get it to populate my workspace.
I've tried every authentication type, adding the 'remoteFolders', etc. but nothing works.
I also checked the spgo logs and I see 'invalid argument' and 'Error Detail: -----------' and I even tried entering:
This spgo replacement with your 1st codeblock below actually did something. It didn't return an error right away, it looked as though it was going to populate and then after a few seconds it returned an 'ETIMEDOUT' error a RequestError.
Of course I change the url/specs where needed for my site but still nothing worked.
Hi Chris,
I'm using spgo to connect to my company's internal SharePoint online site.
I tried the extension out a few months ago on a different site and it worked fine.
I have tried everything from every response you've given and I simply cannot get it to populate my workspace.
I've tried every authentication type, adding the 'remoteFolders', etc. but nothing works.
I also checked the spgo logs and I see 'invalid argument' and 'Error Detail: -----------' and I even tried entering:
This spgo replacement with your 1st codeblock below actually did something. It didn't return an error right away, it looked as though it was going to populate and then after a few seconds it returned an 'ETIMEDOUT' error a RequestError.
Of course I change the url/specs where needed for my site but still nothing worked.
{
"sourceDirectory": "src",
"sharePointSiteUrl": "https://tenant.sharepoint.com",
"publishingScope": "Minor",
"publishWorkspaceOptions": {
"destinationFolder" : "/SiteAssets/project",
"globPattern" : "/**/.min.",
"localRoot" : "/dist"
},
"authenticationType": "ADFS",
"authenticationDetails": {
"relyingParty": "[relying party]",
"adfsUrl": "[ADFS Url]"
},
"checkInMessage" : "Custom Publishing Message",
"storeCredentials" : true,
"remoteFolders": [
"/siteAssets/*"
]
}
as well as the very basic which only returned an error right away.
{
"sourceDirectory": "src",
"sharePointSiteUrl": "https://xxxx.sharepoint.com",
"publishingScope": "Minor",
"authenticationType": "Digest"
}
I am all out of ideas so if you have any suggestions I would be very grateful!
Best .)
The text was updated successfully, but these errors were encountered: