okay i start from scratch "again", how i can share file and folder via dropbox api, i think some sharing flow,
1. get the file and folder id, ( i already try it, show just two digit number)
2. choose the folder to share by adding member ( using id but i'm not sure the metadata.id.tostring give the right id)
3. what i shoul do next ?
step 1
using get_metadata -> should i call sharedfolderasync ? -> what next ? -> using addfoldermember -> done ?
step 2
using get_metadata -> addfoldermember -> done
betwen step 1 or 2 , which one is right ?