Signing Issue with Sharepoint

/mnt/sharepoint(sharepoint) added
id: d113401abfbf4626991c4acd85b9d69e
label: sharepoint
mount path: /mnt/sharepoint
mount failed: {
“NotifyErrorCode”: 103,
“RaiException”: “”,
“WebExceptionStatus”: “ProtocolError”,
“InnerException”: “400 Bad Request”,
“WebResponseCode”: 400,
“HttpException”: “Bad Request : Parsing OData Select and Expand failed: Could not find a property named ‘driveType’ on type
‘microsoft.graph.site’.”,
“HttpReferenceMessage”: {
“error”: {
“code”: “BadRequest”,
“message”: “Parsing OData Select and Expand failed: Could not find a property named ‘driveType’ on type ‘microsoft.graph.site’.”
,
“innerError”: {
“date”: “2024-09-27T17:09:30”,
“request-id”: “4fccb1a1-9261-4633-a54a-6b56a64bb9ae”,
“client-request-id”: “4fccb1a1-9261-4633-a54a-6b56a64bb9ae”
}
}
}
}

command used: raidrivecli add sharepoint --sp-server xxxxv8x.sharepoint.com --sp-subsite communicationsite

1 Like

want to mention It’s not an signing issue but rather a issue with subsite cause I need to mount root path

tried:

raidrivecli add sharepoint --sp-server xxxxx.sharepoint.com --sp-site /
raidrivecli add sharepoint --sp-server xxxx.sharepoint.com --sp-subsite https://xxxx.sharepoint.com

I can connect on Raidrive GUI

I’ve tried

raidrivecli add sharepoint --sp-server xxxx.sharepoint.com --sp-subsite Shared%20Documents
Waiting for authentication to complete in browser…
/mnt/sharepoint(sharepoint) added
id: 300db2e0e4fc474894effbef0efc667b
label: sharepoint
mount path: /mnt/sharepoint
mount failed: {
“NotifyErrorCode”: 103,
“RaiException”: “”,
“WebExceptionStatus”: “ProtocolError”,
“InnerException”: “400 Bad Request”,
“WebResponseCode”: 400,
“HttpException”: “Bad Request : Parsing OData Select and Expand failed: Could not find a property named ‘driveType’ on type
‘microsoft.graph.site’.”,
“HttpReferenceMessage”: {
“error”: {
“code”: “BadRequest”,
“message”: “Parsing OData Select and Expand failed: Could not find a property named ‘driveType’ on type ‘microsoft.graph.site’.”
,
“innerError”: {
“date”: “2024-09-27T17:38:26”,
“request-id”: “3aabe787-7023-408c-961a-a4c024dd2fc9”,
“client-request-id”: “3aabe787-7023-408c-961a-a4c024dd2fc9”
}
}
}
}

Please try adding double quotes (“”) to the subsite.

raidrivecli add sharepoint --sp-server xxxx.sharepoint.com --sp-subsite “https://xxxx.sharepoint.com
or
raidrivecli add sharepoint --sp-server xxxx.sharepoint.com --sp-subsite “/sites/your sitename

Sorry, the CLI version does not support url style.
–sp-server use hostname
–sp-subsite use “team” or “/sites/<site name>

Alright If so what would be the subsite for “Communication Site” since it’s the root site It doesn’t have any separate subsite name

For example

If it is a root site, try specifying “team” in the subsite.

1 Like