Android Question Newbie : Missing Libaries (help needed)

Prabhakar Kammath G

New Member
Licensed User
Hi,
Greetings. I am absolutely new to B4A and Android itself. Want some help. While testing some samples, I came cross errors like , the following libaries are missing (dialogs,oauth, filedialog etc.) and the hint missing libary link. How to know where these exist and add them. Attaching a sample
Kindly help.

Regards,
 

Attachments

  • MissingLink.jpg
    MissingLink.jpg
    232.5 KB · Views: 171

klaus

Expert
Licensed User
Longtime User
Type the library names in the search field and you will get to these library threads where you can download them from.
How to load and add a library is explained in chapter 4.8.3 Load and update a Library in the B4X Basic Language Booklet.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Attaching a sample
Note that you are using an really old Dropbox example (from 2011?). The old auth-way does not exists anymore.

If you just want to use your Dropbox account. Use your accesstoken together with the HTTP-REST Api
https://www.b4x.com/android/forum/t...-all-http-all-using-httputils2.56842/#content

Or better use the java implementation:
See
https://www.b4x.com/android/forum/threads/dropbox-sdk-v2-java.74019/#content
and
https://www.b4x.com/android/forum/threads/dropbox-sdk-v2-authentification.74341/
 
Last edited:
Upvote 0

Prabhakar Kammath G

New Member
Licensed User
Note that you are using an really old Dropbox example (from 2011?). The old auth-way does not exists anymore.

If you just want to use your Dropbox account. Use your accesstoken together with the HTTP-REST Api
https://www.b4x.com/android/forum/t...-all-http-all-using-httputils2.56842/#content

Or better use the java implementation:
See
https://www.b4x.com/android/forum/threads/dropbox-sdk-v2-java.74019/#content
and
https://www.b4x.com/android/forum/threads/dropbox-sdk-v2-authentification.74341/
Yes. Being new to Android and B4A, was justing testing whatever examples I got first.Thanks for the guidance
 
Upvote 0
Top