B4J Question How can i download a file from a server via an API protection ?

gragey

Member
Licensed User
Longtime User
Thank you Erel for your confirmation about OkHttpUtils2 lib.

No detailed documentation is present.
After contact with Actoboard the message is :

The API key is used for authentification http download file .CSV : the key is the login, and the password is not necessary.

For example whith Curl :
curl -u ${ACTOBOARD_API_KEY}:x "https://api1.actoboard.com/providers/[URL='https://api1.actoboard.com/providers/~9WvdzsL-pJ5/Test%20SigFox%20%40way.csv']~9WvdzsL-pJ5/Test SigFox @way.csv"[/URL]

If you have an idea ?

Bye
 
Upvote 0
Top