#include <GDriveFilesystem.h++>
◆ GDriveFilesystem()
| GDriveFilesystem |
( |
QNetworkAccessManager * |
networkAccess, |
|
|
QObject * |
parent = NULL |
|
) |
| |
◆ ~GDriveFilesystem()
◆ cancelRequest()
◆ createFile()
| bool createFile |
( |
const QString & |
localPath, |
|
|
const GDriveFile & |
file |
|
) |
| |
◆ createFolder()
| bool createFolder |
( |
const QString & |
title, |
|
|
const QString & |
folderId = QString() |
|
) |
| |
◆ deleteFile()
| bool deleteFile |
( |
const QString & |
fileId | ) |
|
◆ downloadFile()
| bool downloadFile |
( |
const GDriveFile & |
file, |
|
|
const QString & |
localPath |
|
) |
| |
◆ fileCreated
◆ fileDeleted
| void fileDeleted |
( |
const QString & |
id | ) |
|
|
signal |
◆ fileDownloaded
| void fileDownloaded |
( |
const QString & |
id, |
|
|
const QString & |
localPath |
|
) |
| |
|
signal |
◆ fileInfoAvailable
◆ fileListAvailable
◆ fileTransferProgress
| void fileTransferProgress |
( |
qint64 |
bytesTransferred, |
|
|
qint64 |
bytesTotal |
|
) |
| |
|
signal |
◆ fileUploaded
◆ folderCreated
| void folderCreated |
( |
const QString & |
id | ) |
|
|
signal |
◆ isRequestInProgress()
| bool isRequestInProgress |
( |
| ) |
const |
◆ listFiles()
| bool listFiles |
( |
const QString & |
folderId = QString(), |
|
|
const QString & |
fileQuery = QString(), |
|
|
int |
maxResults = 100 |
|
) |
| |
◆ requestCancelled
| void requestCancelled |
( |
| ) |
|
|
signal |
◆ requestFailed
◆ setAccessToken()
◆ statFile()
| bool statFile |
( |
const QString & |
fileId | ) |
|
◆ uploadFile()
| bool uploadFile |
( |
const QString & |
localPath, |
|
|
const GDriveFile & |
file |
|
) |
| |
◆ APP_DATA_FOLDER_ACCESS_SCOPE
| const QString APP_DATA_FOLDER_ACCESS_SCOPE |
|
static |
Allows access to the Application Data folder.
◆ APP_INSTALLATION_SCOPE
| const QString APP_INSTALLATION_SCOPE |
|
static |
Special scope used to let users approve installation of an app.
◆ FOLDER_MIME_TYPE
| const QString FOLDER_MIME_TYPE |
|
static |
The mime type for a folder.
◆ FULL_ACCESS_SCOPE
| const QString FULL_ACCESS_SCOPE |
|
static |
Full, permissive scope to access all of a user's files.
Request this scope only when it is strictly necessary
◆ PER_FILE_ACCESS_SCOPE
| const QString PER_FILE_ACCESS_SCOPE |
|
static |
Per-file access to files created or opened by the app.
◆ READ_ONLY_APP_LIST_SCOPE
| const QString READ_ONLY_APP_LIST_SCOPE |
|
static |
Allows apps read-only access to the list of Drive apps a user has installed.
◆ READ_ONLY_FILE_ACCESS_SCOPE
| const QString READ_ONLY_FILE_ACCESS_SCOPE |
|
static |
Allows read-only access to file metadata and file content.
◆ READ_ONLY_FILE_METADATA_ACCESS_SCOPE
| const QString READ_ONLY_FILE_METADATA_ACCESS_SCOPE |
|
static |
Allows read-only access to file metadata, but does not allow any access to read or download file content.
The documentation for this class was generated from the following file: