Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zoom Sync
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GitLab.com
Zoom Sync
Commits
92d0f905
Commit
92d0f905
authored
Jul 09, 2020
by
Amber Lammers
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'switch-to-service-account-auth' into 'master'
Update zoom-sync.rb See merge request
!10
parents
30ce46f3
db0e2e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zoom-sync.rb
zoom-sync.rb
+1
-1
No files found.
zoom-sync.rb
View file @
92d0f905
...
...
@@ -110,7 +110,7 @@ class GoogleDriveClient
attr_reader
:session
def
initialize
(
config
)
@session
=
GoogleDrive
::
Session
.
from_
config
(
config
)
@session
=
GoogleDrive
::
Session
.
from_
service_account_key
(
config
)
end
def
valid_file?
(
folders
,
filename
,
file_size
)
...
...
Amber Lammers
@amberlammers
mentioned in commit
30829a1c
·
Jul 09, 2020
mentioned in commit
30829a1c
mentioned in commit 30829a1c0e14100848cc808f6f66997a1a3ac0a4
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment