0

What should l will be passing to setOAuthToken in

addView(view). addView(uploadView). setAppId("2845265023234663") .setOAuthToken('???') .setCallback(pickerCallback).

As the token session l am getting contains a string in json form containing access_token, id_token etc. please help me what l will be using and setting DocsUploadView.setIncludeFolders(true) is not showing me the folders while uploading and nor this DocsUploadView.setParent(string) function is working please help me if anybody has the solution

Kara
  • 6,115
  • 16
  • 50
  • 57
Vicky
  • 45
  • 5

1 Answers1

1

Use the access token from authorization response. If you don't have one, then don't call it. That is fine, but the user will have to authenticate.

Ali Afshar
  • 40,967
  • 12
  • 95
  • 109