test
This commit is contained in:
parent
c6a2fbfbe5
commit
61ab37983c
@ -85,7 +85,7 @@ public class YoutubeTools {
|
||||
GoogleAuthorizationCodeFlow flow = new GoogleAuthorizationCodeFlow.Builder(
|
||||
HTTP_TRANSPORT, JSON_FACTORY, clientSecrets, SCOPES)
|
||||
.setDataStoreFactory(DATA_STORE_FACTORY)
|
||||
.setAccessType("offline")
|
||||
.setAccessType("online")
|
||||
.build();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user