Hey Guys, Im new here, i need help. i trying to make vb app using dropbox as cloud storage, for team work.
I already read the dropbox blog but it confuse me. i cant read the flow or what variable i should change. i know the first step is get autorization for the account but the flow confuse me. what i should change or what i should do ? please help me
Imports Dropbox
Imports Dropbox.Api
Imports System.Threading
Imports System.Text
Public Class Form1
Public Shared Function GetAuthorizeUri(
clientId As String,
Optional disableSignup As Boolean = False
) As Uri
End Function
Public Shared Function ParseTokenFragment(
redirectedUri As Uri
) As OAuth2Response
End Function
Public Shared Function ProcessCodeFlowAsync(
code As String,
appKey As String,
appSecret As String,
Optional redirectUri As String = Nothing,
Optional client As MdiClient = Nothing
) As Task(Of OAuth2Response)
End Function
End Class