sebaubuntu_libs.libgofile.raw_api
Functions
|
Copy one or multiple contents to another folder. |
|
Create a new folder. |
|
Delete one or multiple files/folders. |
|
Get the account details. |
|
Get a specific content details. |
|
Get the client geolocation. |
Returns the best server available to receive files. |
|
|
Set an option on a folder. |
|
Upload one file on a specific server. |
- sebaubuntu_libs.libgofile.raw_api.copy_content(contents_id: str, folder_id_dest: str, token: str)
Copy one or multiple contents to another folder.
- sebaubuntu_libs.libgofile.raw_api.create_folder(parent_folder_id: str, folder_name: str, token: str)
Create a new folder.
- sebaubuntu_libs.libgofile.raw_api.delete_content(contents_id: str, token: str)
Delete one or multiple files/folders.
- sebaubuntu_libs.libgofile.raw_api.get_account_details(token: str, all_details: bool = False)
Get the account details.
- sebaubuntu_libs.libgofile.raw_api.get_content(content_id: str, token: str)
Get a specific content details.
- sebaubuntu_libs.libgofile.raw_api.get_geo()
Get the client geolocation.
- sebaubuntu_libs.libgofile.raw_api.get_server()
Returns the best server available to receive files.
- sebaubuntu_libs.libgofile.raw_api.set_folder_option(token: str, folder_id: str, option: str, value: str)
Set an option on a folder.
- sebaubuntu_libs.libgofile.raw_api.upload_file(server: str, file: BytesIO, token: str | None = None, folder_id: str | None = None, description: str | None = None, password: str | None = None, tags: str | None = None, expire: datetime | None = None)
Upload one file on a specific server.
Modules