Index
A
- $OAuth2Client — Property in class OAuth2Client
- The Dropbox App
- $Dropbox — Property in class Dropbox
- The Dropbox App
- $Dropbox — Property in class Dropbox
- OAuth2 Access Token
- Dropbox::appendUploadSession() — Method in class Dropbox
- Append more data to an Upload Session
- $DropboxApp — Property in class DropboxApp
- The Access Token
- $DropboxRequest — Property in class DropboxRequest
- Access Token to use for this request
- AccessToken — Class in namespace Kunnu\Dropbox\Models
- $AccessToken — Property in class AccessToken
- Account ID
- Account — Class in namespace Kunnu\Dropbox\Models
- $Account — Property in class Account
- Account ID
- $Account — Property in class Account
- User's account type
- AccountList — Class in namespace Kunnu\Dropbox\Models
B
- OAuth2Client::buildUrl() — Method in class OAuth2Client
- Build URL
- DropboxClient::buildAuthHeader() — Method in class DropboxClient
- Get the Authorization Header with the Access Token.
- DropboxClient::buildContentTypeHeader() — Method in class DropboxClient
- Get the Content Type Header.
- DropboxClient::buildUrl() — Method in class DropboxClient
- Build URL for the Request
- $DropboxResponse — Property in class DropboxResponse
- The raw body of the response
- $DropboxRawResponse — Property in class DropboxRawResponse
- Raw response body
- $AccessToken — Property in class AccessToken
- Bearer
- BaseModel — Class in namespace Kunnu\Dropbox\Models
- RandomStringGeneratorTrait::binToHex() — Method in class RandomStringGeneratorTrait
- Converts binary data to hexadecimal of given length
C
- $OAuth2Client — Property in class OAuth2Client
- The Dropbox Client
- $Dropbox — Property in class Dropbox
- Dropbox Client
- Dropbox::createFolder() — Method in class Dropbox
- Create a folder at the given path
- Dropbox::copy() — Method in class Dropbox
- Copy a file or folder to a different location
- Dropbox::checkJobStatus() — Method in class Dropbox
- Save a specified URL into a file in user's Dropbox
- $DropboxApp — Property in class DropboxApp
- The Client ID of the App
- $DropboxApp — Property in class DropboxApp
- The Client Secret of the App
- DropboxFile::close() — Method in class DropboxFile
- Close the file stream
- $DropboxRequest — Property in class DropboxRequest
- Content Type for the Request
- $DropboxGuzzleHttpClient — Property in class DropboxGuzzleHttpClient
- GuzzleHttp client
- $Account — Property in class Account
- User's two-letter country code
- CopyReference — Class in namespace Kunnu\Dropbox\Models
- $File — Property in class File
- The file contents
- $FileMetadata — Property in class FileMetadata
- For files, this is the modification time set by the desktop client when the file was added to Dropbox.
- $MetadataCollection — Property in class MetadataCollection
- Cursor for pagination and updates
- PersistentDataStoreInterface::clear() — Method in class PersistentDataStoreInterface
- Clear the key from the store
- SessionPersistentDataStore::clear() — Method in class SessionPersistentDataStore
- Clear the key from the store
D
- DropboxAuthHelper — Class in namespace Kunnu\Dropbox\Authentication
- DropboxAuthHelper::decodeState() — Method in class DropboxAuthHelper
- Decode State to get the CSRF Token and the URL State
- Dropbox — Class in namespace Kunnu\Dropbox
- Dropbox
- Dropbox::delete() — Method in class Dropbox
- Delete a file or folder at the given path
- Dropbox::download() — Method in class Dropbox
- Download a File
- DropboxApp — Class in namespace Kunnu\Dropbox
- DropboxClient — Class in namespace Kunnu\Dropbox
- DropboxClient
- DropboxFile — Class in namespace Kunnu\Dropbox
- DropboxFile
- DropboxRequest — Class in namespace Kunnu\Dropbox
- DropboxRequest
- DropboxResponse — Class in namespace Kunnu\Dropbox
- $DropboxResponse — Property in class DropboxResponse
- The decoded body of the response
- DropboxResponse::decodeBody() — Method in class DropboxResponse
- Decode the Body
- DropboxClientException — Class in namespace Kunnu\Dropbox\Exceptions
- DropboxClientException
- DropboxGuzzleHttpClient — Class in namespace Kunnu\Dropbox\Http\Clients
- DropboxGuzzleHttpClient
- DropboxHttpClientFactory — Class in namespace Kunnu\Dropbox\Http\Clients
- DropboxHttpClientFactory
- DropboxHttpClientInterface — Class in namespace Kunnu\Dropbox\Http\Clients
- DropboxHttpClientInterface
- DropboxRawResponse — Class in namespace Kunnu\Dropbox\Http
- DropboxRawResponse
- $Account — Property in class Account
- Whether the user has been disabled
- $BaseModel — Property in class BaseModel
- Model Data
- DeletedMetadata — Class in namespace Kunnu\Dropbox\Models
- $MediaMetadata — Property in class MediaMetadata
- Dimension of the photo/video.
- $MetadataCollection — Property in class MetadataCollection
- Collection Data
- $VideoMetadata — Property in class VideoMetadata
- The duration of the video in milliseconds
- RandomStringGeneratorFactory::defaultRandomStringGenerator() — Method in class RandomStringGeneratorFactory
- Get Default Random String Generator
E
- $DropboxRequest — Property in class DropboxRequest
- The Endpoint for this request
- $DropboxRequest — Property in class DropboxRequest
- The Endpoint Type for this request
- $Account — Property in class Account
- Account Email
- $Account — Property in class Account
- Whether the user has verified their e-mail address
- Account::emailIsVerified() — Method in class Account
- Whether account email is verified
- $CopyReference — Property in class CopyReference
- The expiration date of the copy reference
F
- Dropbox::finishUploadSession() — Method in class Dropbox
- Finish an upload session and save the uploaded data to the given file path
- $DropboxRequest — Property in class DropboxRequest
- File to upload
- $RequestBodyStream — Property in class RequestBodyStream
- File to be sent with the Request
- File — Class in namespace Kunnu\Dropbox\Models
- FileMetadata — Class in namespace Kunnu\Dropbox\Models
- FileSharingInfo — Class in namespace Kunnu\Dropbox\Models
- FolderMetadata — Class in namespace Kunnu\Dropbox\Models
- FolderSharingInfo — Class in namespace Kunnu\Dropbox\Models
G
- DropboxAuthHelper::getOAuth2Client() — Method in class DropboxAuthHelper
- Get OAuth2Client
- DropboxAuthHelper::getRandomStringGenerator() — Method in class DropboxAuthHelper
- Get the Random String Generator
- DropboxAuthHelper::getPersistentDataStore() — Method in class DropboxAuthHelper
- Get the Persistent Data Store
- DropboxAuthHelper::getCsrfToken() — Method in class DropboxAuthHelper
- Get CSRF Token
- DropboxAuthHelper::getAuthUrl() — Method in class DropboxAuthHelper
- Get Authorization URL
- DropboxAuthHelper::getAccessToken() — Method in class DropboxAuthHelper
- Get Access Token
- DropboxAuthHelper::getUrlState() — Method in class DropboxAuthHelper
- Get URL State
- OAuth2Client::getApp() — Method in class OAuth2Client
- Get the Dropbox App
- OAuth2Client::getClient() — Method in class OAuth2Client
- Get the Dropbox Client
- OAuth2Client::getAuthorizationUrl() — Method in class OAuth2Client
- Get the OAuth2 Authorization URL
- OAuth2Client::getAccessToken() — Method in class OAuth2Client
- Get Access Token
- Dropbox::getClient() — Method in class Dropbox
- Get the Client
- Dropbox::getAccessToken() — Method in class Dropbox
- Get the Access Token.
- Dropbox::getApp() — Method in class Dropbox
- Get the Dropbox App.
- Dropbox::getOAuth2Client() — Method in class Dropbox
- Get OAuth2Client
- Dropbox::getRandomStringGenerator() — Method in class Dropbox
- Get the Random String Generator
- Dropbox::getPersistentDataStore() — Method in class Dropbox
- Get Persistent Data Store
- Dropbox::getAuthHelper() — Method in class Dropbox
- Get Dropbox Auth Helper
- Dropbox::getMetadata() — Method in class Dropbox
- Get the Metadata for a file or folder
- Dropbox::getCopyReference() — Method in class Dropbox
- Get Copy Reference
- Dropbox::getTemporaryLink() — Method in class Dropbox
- Get a temporary link to stream contents of a file
- Dropbox::getThumbnailSize() — Method in class Dropbox
- Get thumbnail size
- Dropbox::getThumbnail() — Method in class Dropbox
- Get a thumbnail for an image
- Dropbox::getMetadataFromResponseHeaders() — Method in class Dropbox
- Get metadata from response headers
- Dropbox::getCurrentAccount() — Method in class Dropbox
- Get Current Account
- Dropbox::getAccount() — Method in class Dropbox
- Get Account
- Dropbox::getAccounts() — Method in class Dropbox
- Get Multiple Accounts in one call
- Dropbox::getSpaceUsage() — Method in class Dropbox
- Get Space Usage for the current user's account
- DropboxApp::getClientId() — Method in class DropboxApp
- Get the App Client ID
- DropboxApp::getClientSecret() — Method in class DropboxApp
- Get the App Client Secret
- DropboxApp::getAccessToken() — Method in class DropboxApp
- Get the Access Token
- DropboxClient::getHttpClient() — Method in class DropboxClient
- Get the HTTP Client
- DropboxClient::getBasePath() — Method in class DropboxClient
- Get the API Base Path.
- DropboxClient::getContentPath() — Method in class DropboxClient
- Get the API Content Path.
- DropboxFile::getStream() — Method in class DropboxFile
- Get the Open File Stream
- DropboxFile::getContents() — Method in class DropboxFile
- Return the contents of the file
- DropboxFile::getFileName() — Method in class DropboxFile
- Get the name of the file
- DropboxFile::getFilePath() — Method in class DropboxFile
- Get the path of the file
- DropboxFile::getSize() — Method in class DropboxFile
- Get the size of the file
- DropboxFile::getMimetype() — Method in class DropboxFile
- Get mimetype of the file
- DropboxRequest::getMethod() — Method in class DropboxRequest
- Get the Request Method
- DropboxRequest::getParams() — Method in class DropboxRequest
- Get the Request Params
- DropboxRequest::getAccessToken() — Method in class DropboxRequest
- Get Access Token for the Request
- DropboxRequest::getEndpoint() — Method in class DropboxRequest
- Get the Endpoint of the Request
- DropboxRequest::getEndpointType() — Method in class DropboxRequest
- Get the Endpoint Type of the Request
- DropboxRequest::getContentType() — Method in class DropboxRequest
- Get the Content Type of the Request
- DropboxRequest::getHeaders() — Method in class DropboxRequest
- Get Request Headers
- DropboxRequest::getFile() — Method in class DropboxRequest
- Get the File to be sent with the Request
- DropboxRequest::getJsonBody() — Method in class DropboxRequest
- Get JSON Encoded Request Body
- DropboxRequest::getStreamBody() — Method in class DropboxRequest
- Get Stream Request Body
- DropboxResponse::getRequest() — Method in class DropboxResponse
- Get the Request Request
- DropboxResponse::getBody() — Method in class DropboxResponse
- Get the Response Body
- DropboxResponse::getDecodedBody() — Method in class DropboxResponse
- Get the Decoded Body
- DropboxResponse::getAccessToken() — Method in class DropboxResponse
- Get Access Token for the Request
- DropboxResponse::getHeaders() — Method in class DropboxResponse
- Get Request Headers
- DropboxResponse::getHttpStatusCode() — Method in class DropboxResponse
- Get the HTTP Status Code
- DropboxGuzzleHttpClient::getResponseBody() — Method in class DropboxGuzzleHttpClient
- Get the Response Body
- DropboxRawResponse::getHeaders() — Method in class DropboxRawResponse
- Get the response headers
- DropboxRawResponse::getBody() — Method in class DropboxRawResponse
- Get the response body
- DropboxRawResponse::getHttpResponseCode() — Method in class DropboxRawResponse
- Get the HTTP response code
- RequestBodyInterface::getBody() — Method in class RequestBodyInterface
- Get the Body of the Request
- RequestBodyJsonEncoded::getBody() — Method in class RequestBodyJsonEncoded
- Get the Body of the Request
- RequestBodyStream::getBody() — Method in class RequestBodyStream
- Get the Body of the Request
- AccessToken::getToken() — Method in class AccessToken
- Get Access Token
- AccessToken::getTokenType() — Method in class AccessToken
- Get Token Type
- AccessToken::getBearer() — Method in class AccessToken
- Get Bearer
- AccessToken::getUid() — Method in class AccessToken
- Get User ID
- AccessToken::getAccountId() — Method in class AccessToken
- Get Account ID
- AccessToken::getTeamId() — Method in class AccessToken
- Get Team ID
- Account::getAccountId() — Method in class Account
- Get Account ID
- Account::getNameDetails() — Method in class Account
- Get Account User's Name Details
- Account::getDisplayName() — Method in class Account
- Get Display name
- Account::getEmail() — Method in class Account
- Get Account Email
- Account::getProfilePhotoUrl() — Method in class Account
- Get Profile Pic URL
- Account::getCountry() — Method in class Account
- Get User's two-lettered country code
- Account::getLocale() — Method in class Account
- Get account language
- Account::getReferralLink() — Method in class Account
- Get user's referral link
- Account::getAccountType() — Method in class Account
- Get Account Type
- BaseModel::getData() — Method in class BaseModel
- Get the Model data
- BaseModel::getDataProperty() — Method in class BaseModel
- Get Data Property
- CopyReference::getExpirationDate() — Method in class CopyReference
- Get the expiration date of the copy reference
- CopyReference::getMetadata() — Method in class CopyReference
- The metadata for the file/folder
- CopyReference::getReference() — Method in class CopyReference
- Get the copy reference
- DeletedMetadata::getName() — Method in class DeletedMetadata
- Get the 'name' property of the metadata.
- DeletedMetadata::getPathLower() — Method in class DeletedMetadata
- Get the 'path_lower' property of the metadata.
- DeletedMetadata::getPathDisplay() — Method in class DeletedMetadata
- Get the 'path_display' property of the metadata.
- DeletedMetadata::getSharingInfo() — Method in class DeletedMetadata
- Get the 'sharing_info' property of the file model.
- File::getMetadata() — Method in class File
- The metadata for the file
- File::getContents() — Method in class File
- Get the file contents
- FileMetadata::getId() — Method in class FileMetadata
- Get the 'id' property of the file model.
- FileMetadata::getName() — Method in class FileMetadata
- Get the 'name' property of the file model.
- FileMetadata::getRev() — Method in class FileMetadata
- Get the 'rev' property of the file model.
- FileMetadata::getSize() — Method in class FileMetadata
- Get the 'size' property of the file model.
- FileMetadata::getPathLower() — Method in class FileMetadata
- Get the 'path_lower' property of the file model.
- FileMetadata::getMediaInfo() — Method in class FileMetadata
- Get the 'media_info' property of the file model.
- FileMetadata::getSharingInfo() — Method in class FileMetadata
- Get the 'sharing_info' property of the file model.
- FileMetadata::getPathDisplay() — Method in class FileMetadata
- Get the 'path_display' property of the file model.
- FileMetadata::getClientModified() — Method in class FileMetadata
- Get the 'client_modified' property of the file model.
- FileMetadata::getServerModified() — Method in class FileMetadata
- Get the 'server_modified' property of the file model.
- FileSharingInfo::getParentSharedFolderId() — Method in class FileSharingInfo
- ID of shared folder that holds this file.
- FileSharingInfo::getModifiedBy() — Method in class FileSharingInfo
- Get the last user who modified the file.
- FolderMetadata::getId() — Method in class FolderMetadata
- Get the 'id' property of the folder model.
- FolderMetadata::getName() — Method in class FolderMetadata
- Get the 'name' property of the folder model.
- FolderMetadata::getPathLower() — Method in class FolderMetadata
- Get the 'path_lower' property of the folder model.
- FolderMetadata::getSharingInfo() — Method in class FolderMetadata
- Get the 'sharing_info' property of the folder model.
- FolderMetadata::getPathDisplay() — Method in class FolderMetadata
- Get the 'path_display' property of the folder model.
- FolderSharingInfo::getParentSharedFolderId() — Method in class FolderSharingInfo
- ID of shared folder that holds this folder.
- FolderSharingInfo::getSharedFolderId() — Method in class FolderSharingInfo
- ID of shared folder.
- MediaInfo::getMediaMetadata() — Method in class MediaInfo
- The metadata for the photo/video.
- MediaMetadata::getLocation() — Method in class MediaMetadata
- Get the location of the Media
- MediaMetadata::getDimensions() — Method in class MediaMetadata
- Get the dimensions of the Media
- MediaMetadata::getTimeTaken() — Method in class MediaMetadata
- Get the Time the Media was taken on
- MetadataCollection::getCollectionItemsKey() — Method in class MetadataCollection
- Get the Collection Items Key
- MetadataCollection::getCollectionHasMoreItemsKey() — Method in class MetadataCollection
- Get the Collection has-more-items Key
- MetadataCollection::getCollectionCursorKey() — Method in class MetadataCollection
- Get the Collection Cursor Key
- MetadataCollection::getData() — Method in class MetadataCollection
- Get the Collection data
- MetadataCollection::getItems() — Method in class MetadataCollection
- Get the Items
- MetadataCollection::getCursor() — Method in class MetadataCollection
- Get the cursor
- ModelInterface::getData() — Method in class ModelInterface
- Get the Model data
- ModelInterface::getDataProperty() — Method in class ModelInterface
- Get Data Property
- SearchResult::getMatchType() — Method in class SearchResult
- Indicates what type of match was found for the result
- SearchResult::getMetadata() — Method in class SearchResult
- Get the Search Result Metadata
- TemporaryLink::getMetadata() — Method in class TemporaryLink
- The metadata for the file
- TemporaryLink::getLink() — Method in class TemporaryLink
- Get the temporary link
- VideoMetadata::getDuration() — Method in class VideoMetadata
- Get the duration of the video
- McryptRandomStringGenerator::generateString() — Method in class McryptRandomStringGenerator
- Get a randomly generated secure token
- OpenSslRandomStringGenerator::generateString() — Method in class OpenSslRandomStringGenerator
- Get a randomly generated secure token
- RandomStringGeneratorInterface::generateString() — Method in class RandomStringGeneratorInterface
- Get a randomly generated secure token
- PersistentDataStoreInterface::get() — Method in class PersistentDataStoreInterface
- Get a value from the store
- SessionPersistentDataStore::get() — Method in class SessionPersistentDataStore
- Get a value from the store
H
- $DropboxClient — Property in class DropboxClient
- DropboxHttpClientInterface Implementation
- $DropboxRequest — Property in class DropboxRequest
- The headers to send with this request
- DropboxRequest::hasFile() — Method in class DropboxRequest
- Returns true if Request has file to be uploaded
- $DropboxResponse — Property in class DropboxResponse
- The HTTP status code response
- $DropboxResponse — Property in class DropboxResponse
- The headers returned
- $DropboxRawResponse — Property in class DropboxRawResponse
- Response headers
- $DropboxRawResponse — Property in class DropboxRawResponse
- HTTP status response code
- $FileMetadata — Property in class FileMetadata
- This flag will only be present if includehasexplicitsharedmembers is true in listfolder or getmetadata. If this flag is present, it will be true if this file has any explicit shared members. This is different from sharing_info in that this could be true in the case where a file has explicit members but is not contained within a shared folder.
- FileMetadata::hasExplicitSharedMembers() — Method in class FileMetadata
- Get the 'hasexplicitshared_members' property of the file model.
- $MetadataCollection — Property in class MetadataCollection
- If more items are available
- MetadataCollection::hasMoreItems() — Method in class MetadataCollection
- More items are available
I
- DropboxFile::isRemoteFile() — Method in class DropboxFile
- Returns true if the path to the file is remote
- $Account — Property in class Account
- Indicates whether a work account is linked
- Account::isDisabled() — Method in class Account
- Whether acocunt has been disabled
- Account::isPaired() — Method in class Account
- Whether work account is paired
- $FileMetadata — Property in class FileMetadata
- A unique identifier of the file
- FileSharingInfo::isReadOnly() — Method in class FileSharingInfo
- True if the file or folder is inside a read-only shared folder.
- $FolderMetadata — Property in class FolderMetadata
- A unique identifier of the folder
- FolderSharingInfo::isReadOnly() — Method in class FolderSharingInfo
- True if the folder or folder is inside a read-only shared folder.
- MediaInfo::isPending() — Method in class MediaInfo
- Indicates whether the photo/video is still under processing and is the metadata available yet.
- $MetadataCollection — Property in class MetadataCollection
- List of Files/Folder Metadata
L
- Dropbox::listFolder() — Method in class Dropbox
- Get the contents of a Folder
- Dropbox::listFolderContinue() — Method in class Dropbox
- Paginate through all files and retrieve updates to the folder, using the cursor retrieved from listFolder or listFolderContinue
- Dropbox::listFolderLatestCursor() — Method in class Dropbox
- Get a cursor for the folder's state.
- Dropbox::listRevisions() — Method in class Dropbox
- Get Revisions of a File
- $Account — Property in class Account
- Language of User's account
- $MediaMetadata — Property in class MediaMetadata
- The GPS coordinate of the photo/video.
- $TemporaryLink — Property in class TemporaryLink
- The temporary link
M
- Dropbox::makeModelFromResponse() — Method in class Dropbox
- Make Model from DropboxResponse
- Dropbox::makeDropboxFile() — Method in class Dropbox
- Make DropboxFile Object
- Dropbox::move() — Method in class Dropbox
- Move a file or folder to a different location
- $DropboxFile — Property in class DropboxFile
- The maximum bytes to read. Defaults to -1 (read all the remaining buffer).
- $DropboxRequest — Property in class DropboxRequest
- The HTTP method for this request
- DropboxHttpClientFactory::make() — Method in class DropboxHttpClientFactory
- Make HTTP Client
- $CopyReference — Property in class CopyReference
- File or Folder Metadata
- $File — Property in class File
- File Metadata
- $FileMetadata — Property in class FileMetadata
- Additional information if the file is a photo or video.
- $FileSharingInfo — Property in class FileSharingInfo
- The last user who modified the file.
- MediaInfo — Class in namespace Kunnu\Dropbox\Models
- $MediaInfo — Property in class MediaInfo
- MediaMetadata
- MediaMetadata — Class in namespace Kunnu\Dropbox\Models
- MetadataCollection — Class in namespace Kunnu\Dropbox\Models
- ModelCollection — Class in namespace Kunnu\Dropbox\Models
- ModelFactory — Class in namespace Kunnu\Dropbox\Models
- ModelFactory::make() — Method in class ModelFactory
- Make a Model Factory
- ModelInterface — Class in namespace Kunnu\Dropbox\Models
- $SearchResult — Property in class SearchResult
- Indicates what type of match was found for the result
- $SearchResult — Property in class SearchResult
- File\Folder Metadata
- $TemporaryLink — Property in class TemporaryLink
- File Metadata
- McryptRandomStringGenerator — Class in namespace Kunnu\Dropbox\Security
- RandomStringGeneratorFactory::makeRandomStringGenerator() — Method in class RandomStringGeneratorFactory
- Make a Random String Generator
- PersistentDataStoreFactory::makePersistentDataStore() — Method in class PersistentDataStoreFactory
- Make Persistent Data Store
N
- $Account — Property in class Account
- User name details
- $DeletedMetadata — Property in class DeletedMetadata
- The last component of the path (including extension)
- $FileMetadata — Property in class FileMetadata
- The last component of the path (including extension).
- $FolderMetadata — Property in class FolderMetadata
- The last component of the path (including extension).
O
- $DropboxAuthHelper — Property in class DropboxAuthHelper
- OAuth2 Client
- OAuth2Client — Class in namespace Kunnu\Dropbox\Authentication
- $Dropbox — Property in class Dropbox
- OAuth2 Client
- $DropboxFile — Property in class DropboxFile
- Seek to the specified offset before reading.
- DropboxFile::open() — Method in class DropboxFile
- Opens the File Stream
- OpenSslRandomStringGenerator — Class in namespace Kunnu\Dropbox\Security
P
- $DropboxAuthHelper — Property in class DropboxAuthHelper
- Persistent Data Store
- $Dropbox — Property in class Dropbox
- Persistent Data Store
- Dropbox::postToAPI() — Method in class Dropbox
- Make a HTTP POST Request to the API endpoint type
- Dropbox::postToContent() — Method in class Dropbox
- Make a HTTP POST Request to the Content endpoint type
- DropboxClient::prepareRequest() — Method in class DropboxClient
- Prepare a Request before being sent to the HTTP Client
- $DropboxFile — Property in class DropboxFile
- Path of the file to upload
- $DropboxRequest — Property in class DropboxRequest
- The params for this request
- DropboxRequest::processParams() — Method in class DropboxRequest
- Process Params for the File parameter
- $RequestBodyJsonEncoded — Property in class RequestBodyJsonEncoded
- Request Params
- $Account — Property in class Account
- Account Profile Pic URL
- AccountList::processItems() — Method in class AccountList
- Process items and cast them to Account Model
- $DeletedMetadata — Property in class DeletedMetadata
- The lowercased full path in the user's Dropbox
- $DeletedMetadata — Property in class DeletedMetadata
- The cased path to be used for display purposes only.
- $FileMetadata — Property in class FileMetadata
- The lowercased full path in the user's Dropbox.
- $FileMetadata — Property in class FileMetadata
- The cased path to be used for display purposes only.
- $FileSharingInfo — Property in class FileSharingInfo
- ID of shared folder that holds this file.
- $FolderMetadata — Property in class FolderMetadata
- The lowercased full path in the user's Dropbox.
- $FolderMetadata — Property in class FolderMetadata
- The cased path to be used for display purposes only.
- $FolderSharingInfo — Property in class FolderSharingInfo
- ID of shared folder that holds this folder.
- $MediaInfo — Property in class MediaInfo
- Indicate the photo/video is still under processing and metadata is not available yet.
- MetadataCollection::processItems() — Method in class MetadataCollection
- Process items and cast them to their respective Models
- PhotoMetadata — Class in namespace Kunnu\Dropbox\Models
- SearchResults::processItems() — Method in class SearchResults
- Process items and cast them to their respective Models
- PersistentDataStoreFactory — Class in namespace Kunnu\Dropbox\Store
- Thanks to Facebook
- PersistentDataStoreInterface — Class in namespace Kunnu\Dropbox\Store
- $SessionPersistentDataStore — Property in class SessionPersistentDataStore
- Session Variable Prefix
R
- $DropboxAuthHelper — Property in class DropboxAuthHelper
- Random String Generator
- DropboxAuthHelper::revokeAccessToken() — Method in class DropboxAuthHelper
- Revoke Access Token
- OAuth2Client::revokeAccessToken() — Method in class OAuth2Client
- Disables the access token
- $Dropbox — Property in class Dropbox
- Random String Generator
- Dropbox::restore() — Method in class Dropbox
- Restore a file to the specific version
- $DropboxResponse — Property in class DropboxResponse
- The original request that returned this response
- RequestBodyInterface — Class in namespace Kunnu\Dropbox\Http
- RequestBodyInterface
- RequestBodyJsonEncoded — Class in namespace Kunnu\Dropbox\Http
- RequestBodyJsonEncoded
- RequestBodyStream — Class in namespace Kunnu\Dropbox\Http
- RequestBodyStream
- $Account — Property in class Account
- User's referral link
- $CopyReference — Property in class CopyReference
- The copy reference
- $FileMetadata — Property in class FileMetadata
- A unique identifier for the current revision of a file.
- $FileSharingInfo — Property in class FileSharingInfo
- True if the file or folder is inside a read-only shared folder.
- $FolderSharingInfo — Property in class FolderSharingInfo
- True if the file or folder is inside a read-only shared folder.
- RandomStringGeneratorFactory — Class in namespace Kunnu\Dropbox\Security
- Thanks to Facebook
- RandomStringGeneratorInterface — Class in namespace Kunnu\Dropbox\Security
- Thanks to Facebook
- RandomStringGeneratorTrait — Class in namespace Kunnu\Dropbox\Security
S
- Dropbox::setAccessToken() — Method in class Dropbox
- Set the Access Token.
- Dropbox::sendRequest() — Method in class Dropbox
- Make Request to the API
- Dropbox::search() — Method in class Dropbox
- Search a folder for files/folders
- Dropbox::saveCopyReference() — Method in class Dropbox
- Save Copy Reference
- Dropbox::saveUrl() — Method in class Dropbox
- Save a specified URL into a file in user's Dropbox
- Dropbox::simpleUpload() — Method in class Dropbox
- Upload a File to Dropbox in a single request
- Dropbox::startUploadSession() — Method in class Dropbox
- Start an Upload Session
- DropboxClient::setHttpClient() — Method in class DropboxClient
- Set the HTTP Client
- DropboxClient::sendRequest() — Method in class DropboxClient
- Send the Request to the Server and return the Response
- $DropboxFile — Property in class DropboxFile
- File Stream
- DropboxRequest::setMethod() — Method in class DropboxRequest
- Set the Request Method
- DropboxRequest::setParams() — Method in class DropboxRequest
- Set the Request Params
- DropboxRequest::setAccessToken() — Method in class DropboxRequest
- Set Access Token for the Request
- DropboxRequest::setEndpoint() — Method in class DropboxRequest
- Set the Endpoint of the Request
- DropboxRequest::setEndpointType() — Method in class DropboxRequest
- Set the Endpoint Type of the Request
- DropboxRequest::setHeaders() — Method in class DropboxRequest
- Set Request Headers
- DropboxRequest::setContentType() — Method in class DropboxRequest
- Set the Content Type of the Request
- DropboxRequest::setFile() — Method in class DropboxRequest
- Set the File to be sent with the Request
- DropboxGuzzleHttpClient::send() — Method in class DropboxGuzzleHttpClient
- Send request to the server and fetch the raw response
- DropboxHttpClientInterface::send() — Method in class DropboxHttpClientInterface
- Send request to the server and fetch the raw response
- CopyReference::setMetadata() — Method in class CopyReference
- Set Metadata
- $DeletedMetadata — Property in class DeletedMetadata
- Set if this file is contained in a shared folder
- $FileMetadata — Property in class FileMetadata
- The file size in bytes.
- $FileMetadata — Property in class FileMetadata
- Set if this file is contained in a shared folder.
- $FileMetadata — Property in class FileMetadata
- The last time the file was modified on Dropbox.
- $FolderMetadata — Property in class FolderMetadata
- Set if this folder is contained in a shared folder.
- $FolderSharingInfo — Property in class FolderSharingInfo
- If this folder is a shared folder mount point, the ID of the shared folder mounted at this location.
- MediaInfo::setMediaMetadata() — Method in class MediaInfo
- Set Media Metadata
- SearchResult — Class in namespace Kunnu\Dropbox\Models
- SearchResult::setMetadata() — Method in class SearchResult
- Set Metadata
- SearchResults — Class in namespace Kunnu\Dropbox\Models
- TemporaryLink::setMetadata() — Method in class TemporaryLink
- Set Metadata
- PersistentDataStoreInterface::set() — Method in class PersistentDataStoreInterface
- Set a value in the store
- SessionPersistentDataStore — Class in namespace Kunnu\Dropbox\Store
- SessionPersistentDataStore::set() — Method in class SessionPersistentDataStore
- Set a value in the store
T
- $AccessToken — Property in class AccessToken
- Access Token
- $AccessToken — Property in class AccessToken
- Token Type
- $AccessToken — Property in class AccessToken
- Team ID
- $MediaMetadata — Property in class MediaMetadata
- The timestamp when the photo/video is taken.
- TemporaryLink — Class in namespace Kunnu\Dropbox\Models
- Thumbnail — Class in namespace Kunnu\Dropbox\Models
U
- $DropboxAuthHelper — Property in class DropboxAuthHelper
- Additional User Provided State
- Dropbox::upload() — Method in class Dropbox
- Upload a File to Dropbox
- Dropbox::uploadChunked() — Method in class Dropbox
- Upload file in sessions/chunks
- $AccessToken — Property in class AccessToken
- User ID
V
- DropboxAuthHelper::validateCSRFToken() — Method in class DropboxAuthHelper
- Validate CSRF Token
- VideoMetadata — Class in namespace Kunnu\Dropbox\Models
_
- DropboxAuthHelper::__construct() — Method in class DropboxAuthHelper
- Create a new DropboxAuthHelper instance
- OAuth2Client::__construct() — Method in class OAuth2Client
- Create a new DropboxApp instance
- Dropbox::__construct() — Method in class Dropbox
- Create a new Dropbox instance
- DropboxApp::__construct() — Method in class DropboxApp
- Create a new Dropbox instance
- DropboxClient::__construct() — Method in class DropboxClient
- Create a new DropboxClient instance
- DropboxFile::__construct() — Method in class DropboxFile
- Create a new DropboxFile instance
- DropboxFile::__destruct() — Method in class DropboxFile
- Closes the stream when destructed.
- DropboxRequest::__construct() — Method in class DropboxRequest
- Create a new DropboxRequest instance
- DropboxResponse::__construct() — Method in class DropboxResponse
- Create a new DropboxResponse instance
- DropboxGuzzleHttpClient::__construct() — Method in class DropboxGuzzleHttpClient
- Create a new DropboxGuzzleHttpClient instance
- DropboxRawResponse::__construct() — Method in class DropboxRawResponse
- Create a new GraphRawResponse instance
- RequestBodyJsonEncoded::__construct() — Method in class RequestBodyJsonEncoded
- Create a new RequestBodyJsonEncoded instance
- RequestBodyStream::__construct() — Method in class RequestBodyStream
- Create a new RequestBodyStream instance
- AccessToken::__construct() — Method in class AccessToken
- Create a new AccessToken instance
- Account::__construct() — Method in class Account
- Create a new Account instance
- AccountList::__construct() — Method in class AccountList
- Create a new Metadata Collection
- BaseModel::__construct() — Method in class BaseModel
- Create a new Model instance
- BaseModel::__get() — Method in class BaseModel
- Handle calls to undefined properties.
- BaseModel::__set() — Method in class BaseModel
- Handle calls to undefined properties.
- CopyReference::__construct() — Method in class CopyReference
- Create a new CopyReference instance
- DeletedMetadata::__construct() — Method in class DeletedMetadata
- Create a new DeletedtMetadata instance
- File::__construct() — Method in class File
- Create a new File instance
- FileMetadata::__construct() — Method in class FileMetadata
- Create a new FileMetadata instance
- FileSharingInfo::__construct() — Method in class FileSharingInfo
- Create a new File Sharing Info instance
- FolderMetadata::__construct() — Method in class FolderMetadata
- Create a new FolderMetadata instance
- FolderSharingInfo::__construct() — Method in class FolderSharingInfo
- Create a new Folder Sharing Info instance
- MediaInfo::__construct() — Method in class MediaInfo
- Create a new MediaInfo instance
- MediaMetadata::__construct() — Method in class MediaMetadata
- Create a new MediaMetadata instance
- MetadataCollection::__construct() — Method in class MetadataCollection
- Create a new Metadata Collection
- SearchResult::__construct() — Method in class SearchResult
- Create a new SearchResult instance
- TemporaryLink::__construct() — Method in class TemporaryLink
- Create a new TemporaryLink instance
- VideoMetadata::__construct() — Method in class VideoMetadata
- Create a new VideoMetadata instance
- McryptRandomStringGenerator::__construct() — Method in class McryptRandomStringGenerator
- Create a new McryptRandomStringGenerator instance
- OpenSslRandomStringGenerator::__construct() — Method in class OpenSslRandomStringGenerator
- Create a new OpenSslRandomStringGenerator instance
- SessionPersistentDataStore::__construct() — Method in class SessionPersistentDataStore
- Create a new SessionPersistentDataStore instance