Vadim Gremyachev
Vadim Gremyachev
To eliminate this error, try to explicitly specify map component properties. For that matter the following type could be introduced: ``` type MapProps = { children?: React.ReactNode, directions: google.maps.DirectionsResult };...
Greetings, surely, the contribution is welcomed! :) Among the primary sources i prefer to consult with: - [Microsoft Graph REST API v1.0 endpoint reference](https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0&preserve-view=true) - [Microsoft Graph metadata](https://github.com/microsoftgraph/msgraph-metadata)
Greetings, this line: ```python if SharePoint_items != None: ``` looks rather suspicious, namely items collection is not yet getting populated since they are not requested from server at this moment....
Greetings, are you positive the permissions have been granted per app principal (step 2)? Refer [Setting up an app-only principal with tenant permissions step](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs#setting-up-an-app-only-principal-with-tenant-permissions) for a more details. Note: to...
Hi, it is not yet supported but coming soon (expectation release date is by the end of October/first half of November)
Greetings, > First a question... is it possible to access the request to add the specific header from the high level office365.sharepoint.client_context? surely it is supported, here is an example...
Greetings! it appears the encountered authentication errors could be summarized into the following categories: - [conditional access](https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/overview) - [multi-factor authentication](https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks) ### Conditional access **Cause**: Conditional Access feature is enabled for...
Hi @vietluu-collab, as demonstrated in @mrranck example, the following property: `info.overwrite = True` instructs whether file content needs to be replaced if it already exist. Another option to consider, namely...
Greetings, good to know you found the library useful :) Regarding the errors, most likely they occur since outdated version of library is utilized, at least `dates_in_utc` parameter has been...
Greetings, thank you for catching this bug! Indeed in version `2.3.13`, when non root site is provided the authentication flow fails with the error: > 'AADSTS500011: The resource principal named...