Skip to content

redirect_uri issue #1

@manentai

Description

@manentai

is it possible to specify the redirect_uri? I am getting this error and I don't know how to solve it:

Screenshot 2022-03-19 at 14 36 38

my code:

<ReactOneDriveFilePicker
    clientID={process.env.NEXT_PUBLIC_MICROSOFT_CLIENT_ID}
    action="query"
    multiSelect={false}
    onSuccess={(result) => {
        alert(JSON.stringify(result));
    }}
    onCancel={(result) => {
        alert(JSON.stringify(result));
    }}
>
    <Button className="btn btn-md btn-primary">MSOneDrive</Button>
</ReactOneDriveFilePicker>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions