You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement server-flow OAuth for OneDrive with read-write access to the user's OneDrive storage so that the horcruxes can be uploaded, downloaded and deleted from the storage.
For this, you need to also implement the GET method to generate the authentication URI and the POST method to authenticate the user using the authentication token.
Refer to the authenticate/google_auth.py , authenticate/dropbox_auth.py and authenticate/views.py files for insights on the implementation.
The text was updated successfully, but these errors were encountered:
Implement server-flow OAuth for OneDrive with read-write access to the user's OneDrive storage so that the horcruxes can be uploaded, downloaded and deleted from the storage.
For this, you need to also implement the GET method to generate the authentication URI and the POST method to authenticate the user using the authentication token.
Refer to the
authenticate/google_auth.py
,authenticate/dropbox_auth.py
andauthenticate/views.py
files for insights on the implementation.The text was updated successfully, but these errors were encountered: