Tuesday 15 January 2013

c# - How to Use DropNet Client with UserId's received via Webhook -



c# - How to Use DropNet Client with UserId's received via Webhook -

i using dropbox webhook notification regarding changes on dropbox. i'll user id webhook. read there tutorial , said after getting user id's have phone call dropbox api on behalf of particular userid.

i utilize dropnet nuget bundle dropbox communication. question how can utilize user id (that i'll retrieve via webhook) changes. know have utilize "getdelta" routine don't know how can create dropnet userlogin on basis of "user id" not on basis of "user access token" , "user secret key", can utilize "getdelta" routine.

any help appreciated. thanks.

you should using user access token , user secret key. on server, you'll need maintain mapping of user ids access tokens. when see alter given user, you'll user's access token , create calls via dropnet using that.

c# dropbox-api delta dropnet

No comments:

Post a Comment