|
| def | __init__ (self) |
| |
| def | upload_file (self, file_path, file_title, parents_path='', parents_id='', use_timestamp_folder=False, use_timestamp_file_title=False) |
| |
| def | upload_multiple_files (self, file_paths, file_titles, parents_path='', parents_id='', use_timestamp_folder=False, use_timestamp_file_title=False) |
| |
| def | wait_for_gdrive_server (self, timeout=None) |
| |
Definition at line 8 of file gdrive_ros_client.py.
◆ __init__()
| def gdrive_ros.gdrive_ros_client.GDriveROSClient.__init__ |
( |
|
self | ) |
|
◆ upload_file()
| def gdrive_ros.gdrive_ros_client.GDriveROSClient.upload_file |
( |
|
self, |
|
|
|
file_path, |
|
|
|
file_title, |
|
|
|
parents_path = '', |
|
|
|
parents_id = '', |
|
|
|
use_timestamp_folder = False, |
|
|
|
use_timestamp_file_title = False |
|
) |
| |
◆ upload_multiple_files()
| def gdrive_ros.gdrive_ros_client.GDriveROSClient.upload_multiple_files |
( |
|
self, |
|
|
|
file_paths, |
|
|
|
file_titles, |
|
|
|
parents_path = '', |
|
|
|
parents_id = '', |
|
|
|
use_timestamp_folder = False, |
|
|
|
use_timestamp_file_title = False |
|
) |
| |
◆ wait_for_gdrive_server()
| def gdrive_ros.gdrive_ros_client.GDriveROSClient.wait_for_gdrive_server |
( |
|
self, |
|
|
|
timeout = None |
|
) |
| |
◆ srv_upload
| gdrive_ros.gdrive_ros_client.GDriveROSClient.srv_upload |
◆ srv_upload_multi
| gdrive_ros.gdrive_ros_client.GDriveROSClient.srv_upload_multi |
The documentation for this class was generated from the following file: