OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

activityApi missing? #184

Open john012343210 opened 3 years ago

john012343210 commented 3 years ago

seems this repo is for uploading, downloading, editing.

Is there an activity monitoring API of onedrive in python? Thanks!

KTibow commented 3 years ago

This repo isn't very maintained. What do you want to do?

john012343210 commented 3 years ago

This repo isn't very maintained. What do you want to do?

to see recent activity of a user manipulating the files. such as upload, download, edit .

Google provide this in https://developers.google.com/drive/activity/v2

KTibow commented 3 years ago

Try looking directly at their API.