All I want to do is share a folder with employees in a password restricted area of our website. I want them to be able to read/write to this folder. I'm using PHP and can get it to do what I need it to when I'm logged in to my primary (paid) account, but in testing on other devices realized it's only listing contents from the currently logged in user's account, plus, the Oauth flow is requiring people to log in to Dropbox...
While I thought I had successfully accomplished this using the /2/files/list_folder endpoint, it turns out if I'm logged in to another Dropbox account it won't list the folder from the primary account that the app is assigned to.
How can I accomplish this? Is there a way I can do it without my employees having to create Dropbox accounts? When I try the traditional "share" methods, DB wants other employees to also pay for DB even though my primary account is paid for (we have a lot of data).
I've tried the embed tool, too, but every subfolder we click on gives the error "Owner hasn't granted you access to this link". There's also no option to upload with the embed tool. I'd rather not have my employees all create DB accounts; this just creates more steps and I just need them to be able to access some files and occasionally send photos from their phones.
Is Google Drive a better option for this?