Skip to content

Issue with the rawDownloadUrlToken within the DriveNode class #10

@tibexl

Description

@tibexl
    // E.g. "v=2:t=AQAAAABXzO24CYflBW2JwysxyUEL9KxRNoEX1Qk~"
    Map<String, String> authMap = Splitter.on(":").omitEmptyStrings().trimResults().withKeyValueSeparator("=").split(rawDownloadUrlToken);
    downloadUrlToken = authMap.get("t");

When connecting I receive a URL then that is formatted as following which obviously breaks the withKeyValueSeparator method.
// E.g. "v=2:t=AQA==AAABXzO24CYflBW2JwysxyUEL9KxRNoEX1Qk~"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions