There are different files and folder in my dropbox account. I have a website and what i have to do is list all files and folder in that website from dropbox account . User who visits my website sees it automatically with out logging in or doing any kind of authentication..Is this possible simply to make api call and showing data?
Asked
Active
Viewed 587 times
3
-
1Yes, you can do that just make an api call and render a list of files in read-only mode. what have you tried ? – Gntem Apr 18 '17 at 07:14
-
I am confused just how to start it.Can you provide me any refrence link? – salin kunwar Apr 18 '17 at 07:17
-
Lookup Dropbox sdk for php – Gntem Apr 18 '17 at 07:19
-
Have you checked `Dropbox Dev Center` ? IANGIFY though :) – OldPadawan Apr 18 '17 at 07:26
-
i have checked through documentation and it says i have to make an app and request files through access token. I think access token can be obtained only through authenticating isn't it? – salin kunwar Apr 18 '17 at 07:30
-
1go through this link this will help you. http://stackoverflow.com/questions/19636124/access-dropbox-api-without-clientside-authentication – Niroj Adhikary Apr 18 '17 at 07:35