Hi to All
I have a new problem. Till to day I have used Ftp to download/Upload files to a server. Now appeared the need to do the same to OneDrive location. Particularly the Download is important, while upload not necessary at least for now. I installed on my tablet the Microsoft App "OneDrive" and it works, obviously, but my question is whether it is possible to do it with B4A.
Thanks in advance for any hint (or for telling me to forget about ..)
B4A + B4i example: https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external-files.132731/#post-838166 List of classes or libraries that can be used to access secondary storages: ContentChooser (Phone libray) - allows the user to select a resource or file using external...
www.b4x.com
You can use this to store files in OneDrive or any other Provider.
Hi. Maybe useless to discuss, due to my ignorance on the subject. I can only observe that in that post, the sentence "with no permission" appears everywhere in the text. Now, OneDrive seems to me to be a Microsoft protected environment, needing "modern authorization method" etc. So it should needs authorizations. Moreover, the OneDrive App by Microsoft, requests a password. Anyway thanks for your answer.
I have a new problem. Till to day I have used Ftp to download/Upload files to a server. Now appeared the need to do the same to OneDrive location. Particularly the Download is important
The proposed SaveAs method it would work if you have the Microsoft app Onedrive installed and logged, then when you use "SaveAs", you can choose your onedrive unit, but previously you've logged in with the Microsoft App.
To access directly from your app, I think you would need to use the "Microsoft Graph Api" with okhttputils2, but you need how to know it, or ask someone to make a class.
It would be great to extend the FirebaseAuth library to work with Microsoft too