Share my google drive data using a website in asp.net -


i have files , folders in google drive.and have website. want show google drive content in 1 page of website.any body can view data.

i tried since morning.using javascript did that.but in case show data when login using google account.but other machine or out sign in using account it's not show data.i checked firebug it's giving error login required.

can 1 me solve problem.i using asp.net. in advance.

share folder public internet, use api key query files under folder api key.

gapi.client.setapikey(api_key_here); gapi.client.drive.files.get({     'q': '"<publicfoldersid>" in parents' }).execute(callback); 

obtain api key api console generating key browsers [1].

note: i'm using javascript client library, available on [2].

[1] https://developers.google.com/console/help/#generatingdevkeys

[2] https://developers.google.com/api-client-library/javascript/


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -