Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8fe0886d
authored
2016-10-04 17:29:37 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change call back
1 parent
3e255e45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/GoogledriveuploadpdfController.php
app/Http/Controllers/GoogledriveuploadpdfController.php
View file @
8fe0886
...
...
@@ -209,7 +209,7 @@ public function isGoogleFolderCreated($cust_id)
$client
->
setScopes
(
array
(
'https://www.googleapis.com/auth/drive.file'
));
$client
->
setClientId
(
'206523860143-kgs80emhfm1sof79nggd48gnhbl1j6ei.apps.googleusercontent.com'
);
$client
->
setClientSecret
(
'ZzEE02Dqz7AKJLSklmL30LNd'
);
$client
->
setRedirectUri
(
'https://pdf-customizer.synapsus.co/auth/
pdf-customizer/public/auth/
google/tokenCallback'
);
$client
->
setRedirectUri
(
'https://pdf-customizer.synapsus.co/auth/google/tokenCallback'
);
$client
->
setAccessType
(
'offline'
);
...
...
Please
register
or
sign in
to post a comment