Microsoft365R icon indicating copy to clipboard operation
Microsoft365R copied to clipboard

R SDK for interacting with Microsoft 365 APIs

Results 52 Microsoft365R issues
Sort by recently updated
recently updated
newest added

I have looked at the code and I apologise as I am nowhere near your guys level - but I can't see an easy way to read/pull of emails based...

How can I determine which mailboxes a user has access to? Or in the opposite direction, which users have access to a specific mailbox?

When I try to run `get_sharepoint_site()` on a RHEL 8 server with FIPS mode enabled, I get the following error regardless of sharepoint site: > Using authorization_code flow Error: OpenSSL...

https://github.com/Azure/Microsoft365R/blame/57a9a88308c5a0e23704f45d6b68701eb4573680/R/ms_drive_item.R#L84 Hi, thanks for your work. I have a question, i am troubling with the drv$laod_dataframe function. How can i specify the col_types from my csv? drv$load_dataframe("PATH", col_types=cols( etc. is...

Revisión rutinaria

Currently I'm trying to access shared a shared folder, so in order to find the shared folder item I'm using the method `drv$list_shared_items()`. The list that's returned is a list...

Hi, i am having issue to accessing Microsoft Library. It was working fine but suddenly it stop working and throws an error. r code: library(Microsoft365R) list_sharepoint_sites() site

Would it be possible to add a delta query option to the "getters" in this package? It'd be nice to be able to easily operate on the new items since...

wrt https://github.com/Azure/Microsoft365R/blob/master/inst/app_registration.md#app-registration-details What are the steps to follow for the admin (informal admin) to allow using this app ? ``` App registration details Microsoft365R comes with a default app registration...

After downloading the attached email, the text is properly wrapped. However if left-clicking the attachment to preview, the text is not wrapped. And if you attach the file manually, the...