azure functions onedrivesdk python

Viewed 23

I need to constantly poll a onedrive and when a file is dropped, I need to perform some operations on it and then re-upload it to a different folder on the same onedrive. I thought of using azure functions to download the file to a blob and then re-upload it from there. However the onedrivesdk (https://github.com/OneDrive/onedrive-sdk-python) for python is not maintained anymore. Someone suggested to install the onedrivesdk_fork in github issues. However, that also doesn't work. How should I move forward? any alternates?

0 Answers
Related