Access to OneDrive

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
geraldoj
Posts: 4
Joined: Tue Aug 16, 2022 12:36 am

Access to OneDrive

Post by geraldoj » Sun Sep 11, 2022 8:17 pm

Hello people!

I am new using micropython and need to connect the OneDrive and edit an Excel file stored there with Raspberry Pico W/micropython.

Does anybody know how can I use the OneDrive API and GET/POST commands to implement this?
Is this API ported to micropython?


Thanks a lot in advance for any hint!

User avatar
scruss
Posts: 360
Joined: Sat Aug 12, 2017 2:27 pm
Location: Toronto, Canada
Contact:

Re: Access to OneDrive

Post by scruss » Mon Sep 12, 2022 12:15 am

asking the same question three times isn't going to get you an answer.

jimmo gave you an answer here: API for Microsoft OneDrive - MicroPython Forum (Archive).

Otherwise OneDrive is too large a system to talk to MicroPython. You'll need a separate server

Post Reply