We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

Blue_Maniac's avatar
Blue_Maniac
Explorer | Level 3
9 years ago

Newbie Try to Make Some VB app

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







  • Greg-DB's avatar
    Greg-DB
    9 years ago
    The /redirect_receiver page you're using is just a blank page on dropbox.com for receiving the redirect. You'll want to send the user elsewhere or just close the browser after that, depending on what you want your app to do.
    • Blue_Maniac's avatar
      Blue_Maniac
      Explorer | Level 3
      Thanks fo the advice, but after i tried it. i still dont know where to start, i know i need to capture user id and pass to log in to dropbox, second i need to capture the acces token. but i dont understand the flow from example you give. please give me more simple explanation, because im very very new to make vb app with connection to dropbox

About Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 4 hours ago
323 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!