Skip to content
This repository was archived by the owner on Apr 18, 2019. It is now read-only.
This repository was archived by the owner on Apr 18, 2019. It is now read-only.

Request token not found After allow OAuth. #100

@thamaraiselvam

Description

@thamaraiselvam

Actually, I use this SDK on the self-hosted product, it works fine but some servers it creates following error after allowing OAuth from dropbox.
(401) Request token not found

Could it server be a problem for this error ?
attached stack trace

 Exception::__set_state(array(
   'message' => 'Request token not found.',
   'string' => '',
   'code' => 401,
   'file' => 'Dropbox/Dropbox/OAuth/Consumer/Curl.php',
   'line' => 144,
   'trace' => 
  array (
    0 => 
    array (
      'file' => 'Dropbox/Dropbox/OAuth/Consumer/ConsumerAbstract.php',
      'line' => 86,
      'function' => 'fetch',
      'class' => 'Dropbox_OAuth_Consumer_Curl',
      'type' => '->',
      'args' => 
      array (
        0 => 'POST',
        1 => 'https://api.dropbox.com/1/',
        2 => 'oauth/access_token',
      ),
    ),
    1 => 
    array (
      'file' => 'Classes/DropboxFacade.php',
      'line' => 65,
      'function' => 'getAccessToken',
      'class' => 'Dropbox_OAuth_Consumer_ConsumerAbstract',
      'type' => '->',
      'args' => 
      array (
      ),
    ),
    2 => 
    array (
      'file' => 'Classes/DropboxFacade.php',
      'line' => 42,
      'function' => 'init',
      'class' => 'DropboxFacade',
      'type' => '->',
      'args' => 
      array (
      ),
    ),
   'previous' => NULL,
))

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